type_df: Identifies class for each variable in data frame

Description Usage Arguments Value Examples

Description

This map wrapper function vectorizes the variable data type values within a tidy data frame. Maps the class function for all select variables of a data frame.

Usage

1
type_df(df, vars = names(df))

Arguments

df

a data frame object to identify the column class from select variables of a data frame

vars

a character string or character vector of column names in the data frame to examine

Value

Returns a data frame with two columns where each row is a variable from the data frame of interest and the data type ()

Examples

1

smh-ej/XploreR documentation built on May 13, 2019, 4:46 p.m.