Get Météo-France Dataset Metadata
mf_get_metadata.RdDownloads and parses the metadata describing variables from the Météo-France monthly climate dataset ("MENSQ").
Details
The function retrieves the descriptif_champs resource from the
corresponding data.gouv.fr dataset and returns a structured table
containing variable names and their descriptions.
Examples
if (FALSE) { # \dontrun{
meta <- mf_get_metadata()
head(meta)
} # }