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)
workspace |
Path of the workspace containing the STICS climate file to read |
file_name |
The meteorology file name (default to |
preserve |
Logical, |
A data.frame of the input meteorological variables used as input for the STICS model.
The time-related variables are summarized into one POSIXct column named
date
.
path <- get_examples_path(file_type = "txt")
meteo_data <- get_climate_txt(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.