variable_summary: Variable Summary

Description Usage Arguments Value Examples

View source: R/variable_summary.R

Description

takes a data frame as input and provides the total quantity of each type of variable present in the data frame

Usage

1

Arguments

x

a dataframe

Value

a dataframe

Examples

1
2
3
4
data <- data.frame("names" = c("Rachel", "Jim", "Milos", "Arzan"),
                   "numbers" = c(2, 4, 6, 8),
                   "truths" = c(TRUE, TRUE, TRUE, FALSE))
variable_summary(data)

UBC-MDS/exploreR documentation built on May 30, 2019, 2:04 a.m.