check.vars {monobinShiny}R Documentation

Check for categorical variables when importing the data

Description

Check for categorical variables when importing the data

Usage

check.vars(tbl)

Arguments

tbl

Imported data frame.

Value

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

Examples

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

[Package monobinShiny version 0.1.0 Index]