Description Usage Arguments Value
View source: R/tidy_functions.R
Read all cru_cy (Climate Research Unit Country) files for a particular metric and bind to create a single tibble. Data is drawn from a directory supplied by the user, likely created through the down_cru_cy_files function.
1 2 3 4 5 6 7 | read_cru_cy_files(
cru_cy_folder,
cru_cy_metric,
cru_cy_year,
jan_col = CEDATools::cru_cy_colnames$JAN,
ann_col = CEDATools::cru_cy_colnames$ANN
)
|
cru_cy_folder |
path to a folder contains all cru_cy data folders. |
cru_cy_metric |
three-letter code used to identify filename to read and write. |
cru_cy_year |
identifies the year of the CEDA data to loaded. |
jan_col |
the column name "JAN". |
ann_col |
the column name "ANN". |
a tibble with five columns: Country, Metric, Year, Month, Value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.