Description Usage Arguments Details Value
View source: R/combine_monthly_links.R
'combine_monthly_links()' combines linked files produced with 'disperseR::link_all_units()' into lists of data.tables for easier manipulating
1 | combine_monthly_links(month_YYYYMMs, link.to = "zips", filename = NULL)
|
month_YYYYMMs |
months and years to combine. Format created by 'disperseR::get_yearmon()“ |
link.to |
spatial scale for plotting. One of 'zips', 'counties', or 'grids' that should match original input to disperseR::link_all_units() |
filename |
What should the resulting RData file be called? Defulats to ‘paste0( ’hyads_unwgted_', link.to, '.RData')' |
combine_monthly_links
Saves an .RData file to the rdata_dir defined by 'disperseR::create_dirs()' with filename 'filename'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.