Description Usage Arguments Examples
View source: R/input_color_group.R
All encoded variables appear in the "Color by", "Group vertical by" and "Group horizontal by" selection fields of the shiny app ScattR.
Reset the encoding with input_color_group().
1 2 3 4 | input_color_group()
## Default S3 method:
input_color_group(variable = NULL)
|
variable |
A character vector. List variables to be treated as "factor". |
1 | input_color_group(variable = c("NACE_division","NUTS_2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.