Description Usage Arguments Value
Create a list of file paths to CEDA cru_cy files
1 2 3 4 5 6 | ceda_data_path(
ceda_data_folder = sample_ceda_data_folder(),
country,
metric = c("cld", "dtr", "frs", "pet", "pre", "tmn", "tmp", "tmx", "vap", "wet"),
version = 2020
)
|
ceda_data_folder |
The file path to the folder containing the cru_cy CEDA Data,
specificially a folder named "CEDA Data".
By default this is set to |
country |
Any of the countries present in cru_cy CEDA files, note that some country names are unique to CEDA, as they are taken from the file names, and contain underscores, and abbreviations such as "Isl" for "Islands". |
metric |
One of:"cld" = Cloud cover, "dtr" = Diurnal temperature range, "frs" = Ground frost frequency, "pet" = Potential evapotranspiration, "pre" = Precipitation, "tmn" = Near surface temperature minimum, "tmp" = Near surface temperature, "tmx" = Near surface temperature maximum, "vap" = Vapour pressure, "wet" = Wet day frequency |
version |
An integer representing the year in which CEDA data were released.
E.g., |
a list of file paths for selected cru_cy CEDA text files (.per), determined by metric and country.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.