| mc_save_localities | R Documentation |
This function was designed for saving the myClim data object to multiple
.rds files, which every contains data of one locality. Every file is named by locality_id.
mc_save_localities(data, directory)
data |
myClim object see myClim-package |
directory |
path to output directory |
RDS files saved at the output path destination
tmp_dir <- tempdir()
tmp_dir <- file.path(tmp_dir, "localities")
dir.create(tmp_dir)
mc_save_localities(mc_data_example_agg, tmp_dir)
unlink(tmp_dir, recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.