fix directory choose
This commit is contained in:
parent
58b7714219
commit
21581d8712
@ -48,7 +48,7 @@ getMeteoData1BGC <- function(startYear=2017, endYear=2017, lon=18.8, lat=47.3, t
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(is.null(fileDir)){
|
if(is.null(fileDir)){
|
||||||
apiFile <- tk_choose.files(caption = "Please choose the fileDir.")
|
apiFile <- tk_choose.dir(caption = "Please choose the fileDir.")
|
||||||
}
|
}
|
||||||
|
|
||||||
apiCodes <- suppressWarnings(readLines(apiFile)[2])
|
apiCodes <- suppressWarnings(readLines(apiFile)[2])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user