getVariableInfo: getVariableInfo

View source: R/getVariableInfo.R

getVariableInfoR Documentation

getVariableInfo

Description

Returns a data frame with one row for each variable in data:

Usage

getVariableInfo(data, n = 47)

Arguments

data

data frame: input data set

n

integer: character length for values (default: 47)

Details

  • class the base::class of the variable

  • missing the number of missing values

  • infinite the number of infinite values

  • unique the number of unique values

  • valid the number of unique valid values (see valid)

  • values the values with the decreasing frequency

Value

a data frame with information about the variables of the input data set

Examples

getVariableInfo(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.