check.vars: Check for categorical variables when importing the data

Description Usage Arguments Value Examples

View source: R/99_HELPERS.R

Description

Check for categorical variables when importing the data

Usage

1

Arguments

tbl

Imported data frame.

Value

Returns a character vector which describes variables type of imported data frame.

Examples

1
2
3
if 	(interactive()) {
	check.msg <- check.vars(tbl = rv$db)
	}

monobinShiny documentation built on Nov. 22, 2021, 9:07 a.m.