View source: R/get_climate_txt.R
get_climate_txt | R Documentation |
Read the meteorology input for STICS ("climat.txt")
get_climate_txt(
workspace,
file_name = "climat.txt",
preserve = TRUE,
dirpath = lifecycle::deprecated(),
filename = lifecycle::deprecated()
)
workspace |
Path of the workspace containing the STICS climate file to read |
file_name |
The meteorology file name (default to |
preserve |
Logical, |
dirpath |
|
filename |
A data.frame of the input meteorological variables used as input for the STICS model.
The time-related variables are summarised into one POSIXct column named
date
.
path <- get_examples_path(file_type = "txt")
Meteo <- get_climate_txt(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.