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)
	}

andrija-djurovic/monobinShiny documentation built on Dec. 19, 2021, 3:35 a.m.