Description Usage Arguments Value Author(s) Examples
View source: R/create_cfgClimateFile.R
The function is intended for use on the climate files in a given folder, to calculate the AveYearTemp and MonthTempAmp for the cfg files. The output is stored in a file.
1 2 3 4 5 | create_cfgClimateFile(
path,
query.write = FALSE,
path_file_out = "cfgClimate.IN"
)
|
path |
path to folder with csvs only climate files OR individual files |
query.write |
defaults to |
path_file_out |
name of the file |
nothing, saves and overwrites weather files.
Tobias KD Weber, tobias.weber@uni-hohenheim.de
Michelle Viswanathan, michelle.viswanathan@uni-hohenheim.de
1 2 3 4 5 6 7 | ## Not run:
path <- c("./100_485 .csv", "./60_518 .csv")
path <- c("./100_485 .csv")
path <- c("./")
create_cfgClimateFile(path, query.write = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.