View source: R/build_priogrid.R
collate_pgdata | R Documentation |
One dataframe is called "static", with data without any time-varying dimension. The "non_static" dataframe provides data from pgoptions$get_start_date() to pgoptions$get_end_date() with pgoptions$get_temporal_resolution() for all variables with a time-varying dimension.
collate_pgdata()
a list with two data.frames
pg <- collate_pgdata()
nrow(pg$static)
nrow(pg$non_static)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.