allvariables.manual.review: Manual review of a data frame's variables

Description Usage Arguments Value Examples

Description

Manual review of a data frame's variables

Usage

1
2
allvariables.manual.review(data, clear.console = TRUE,
  max.unique.factor = min(50, nrow(data)/10))

Arguments

data

A data frame

clear.console

(defaults to TRUE) If TRUE, the console is cleared before each new variable's summary is printed

max.unique.factor

(defaults to 50) When a variable's number of unique values is lower than this, the guessed type is factor

Value

A list of pairs (variable,type)

Examples

1
2
allvariables.manual.review(iris)   # all default guesses are good
allvariables.manual.review(mtcars) # some variables could be re-classified as integer or factor

ahdxb/data.exploration documentation built on May 11, 2019, 11:31 p.m.