View source: R/get_agro_data_ran.R
get_agro_data | R Documentation |
Get data from agromet.cl API
get_agro_data(
stations_id = NULL,
date_start = NULL,
date_end = NULL,
verbose = FALSE
)
get_agro_data_from_api(station_id = NULL, date_start = NULL, date_end = NULL)
stations_id |
A numeric value indicating stations ID from |
date_start |
A value parseable by |
date_end |
Same as |
verbose |
A logical value to show or not a progress bar with eta. |
station_id |
A numeric length 1 value indicating station ID from |
get_agro_data(1:10, "2020-11-30 01:00:00", "2020-12-15 01:00:00")
get_agro_data(1:10, "2020-11-30 01:00:00", "2020-12-15 01:00:00", verbose = TRUE)
get_agro_data_from_api(108, "2020-11-30 01:00:00", "2020-12-15 01:00:00")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.