input_color_group: Define Variables to be treated as factor

Description Usage Arguments Examples

View source: R/input_color_group.R

Description

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().

Usage

1
2
3
4
input_color_group()

## Default S3 method:
input_color_group(variable = NULL)

Arguments

variable

A character vector. List variables to be treated as "factor".

Examples

1
input_color_group(variable = c("NACE_division","NUTS_2"))

philippleppert/scattr documentation built on Nov. 9, 2020, 12:21 p.m.