View source: R/getVariableInfo.R
getVariableInfo | R Documentation |
Returns a data frame with one row for each variable in data
:
getVariableInfo(data, n = 47)
data |
data frame: input data set |
n |
integer: character length for |
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
a data frame with information about the variables of the input data set
getVariableInfo(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.