Learn R Programming

metsyn (version 0.1.2)

make_metdes: Creation of the 'metdes' dataset, made of descriptive information on the 'metsyn' dataset

Description

The function make_metdes creates the metdes dataset, which contains descriptive information on the metsyn dataset.

The dataset contains the following columns:

  • Short_Name: short name of the variable, in French;

  • Long_name_French: name of the variable, in French;

  • Long_Name_English: currently not provided yet;

  • Type: type of the variable (one of character, numeric, integer);

  • Unit: physical unit of the variable.

Usage

make_metdes(path = ".", save_it = FALSE)

Arguments

path

character. Data once created are saved in the folder file.path(path, "data").

save_it

logical. If TRUE, the result is saved as an .RData file in the folder file.path(path, "data").

Value

Returns invisibly the tibble created, with 5 columns and 59 rows.

See Also

metsyn for the dataset containing Meteo France Synop data; metsta for the dataset on the meteorological stations involved.

Examples

Run this code
# NOT RUN {
make_metdes(save_it = TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab