powered by
The function make_metdes creates the metdes dataset, which contains descriptive information on the metsyn dataset.
make_metdes
metdes
metsyn
The dataset contains the following columns:
Short_Name: short name of the variable, in French;
Short_Name
Long_name_French: name of the variable, in French;
Long_name_French
Long_Name_English: currently not provided yet;
Long_Name_English
Type: type of the variable (one of character, numeric, integer);
Type
character
numeric
integer
Unit: physical unit of the variable.
Unit
make_metdes(path = ".", save_it = FALSE)
character. Data once created are saved in the folder file.path(path, "data").
file.path(path, "data")
logical. If TRUE, the result is saved as an .RData file in the folder file.path(path, "data").
TRUE
.RData
Returns invisibly the tibble created, with 5 columns and 59 rows.
metsyn for the dataset containing Meteo France Synop data; metsta for the dataset on the meteorological stations involved.
metsta
# NOT RUN { make_metdes(save_it = TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab