Description Usage Arguments Value Examples
View source: R/quantile_estimation_functions_master.R
This function prepares the base configuration
1 2 3 4 | get_configuration(
geoids_data_table,
cumul_cols = c("incidI", "incidD", "incidH")
)
|
geoids_data_table |
data table containing list of states for each geoid |
cumul_cols |
vector of character column names that should cumulated (default is c("incidI", "incidD","incidH")) |
Returns a configuration, indicating the target columns, cols to cumulate, target quantiles, and by columns for each geographical level
1 2 3 | get_configuration(geoids)
get_configuration(geoids, cumul_cols=c("incidI"))
get_configuration(geoids, cumul_cols=c("incidI", "incidD", "incidH"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.