View source: R/thematic_trimming.R
| setThematicTrimming | R Documentation |
Put only variables names you want to keep in study output. You can add or remove variables (use study version >=v8.8).
setThematicTrimming(
selection_variables,
type_select = c("add", "suppr"),
opts = simOptions()
)
selection_variables |
|
type_select |
|
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
You can put only variables according to version of study
## Not run:
# list of variables (version >= v8.8)
vect_select_vars <- list_thematic_variables()
##
# add all variables
##
setThematicTrimming(selection_variables = vect_select_vars$variable)
##
# remove all variables
##
setThematicTrimming(selection_variables = vect_select_vars$variable,
type_select = "suppr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.