Reads the data provided by IANIGLA (Instituto Argentino de Nivologia, Glaciologia y Ciencias Ambientales).
Usage
read_IANIGLA(file, all = FALSE, path = NULL)
Arguments
file
string with the name of the '.csv' file downloaded from the meteo-stations web page.
all
logical value indicating whether the returned data frame contain all the original columns or just the date and data.
path
string with the files directory. If not provided, the function will use the current working directory.
Value
A data frame containing the hourly data measured by the automatic weather stations. Gaps between dates are filled with NA_real_ and duplicated rows are eliminated automatically.