make_metdes: Creation of the 'metdes' dataset, made of descriptive...

Description Usage Arguments Value Note Source See Also Examples

View source: R/make_metdes.R

Description

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

The dataset contains the following columns:

Usage

1
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.

Note

This dataset is distributed by Meteo France under the terms of the Open Licence 1.0, provided by Etalab and designed to be compatible with the "Creative Commons Attribution 2.0" (CC-BY 2.0) licence of Creative Commons. Etalab is the task force under the French Prime Minister's authority leading Open Government Data policy for France.

Source

Meteo France, see here.

See Also

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

Examples

1
2
3
4
## Not run: 
make_metdes(save_it = TRUE)

## End(Not run)

metsyn documentation built on May 2, 2019, 9:32 a.m.