describe_df: Summarizes Missing Data, Data Types, and Foreign Labels into...

Description Usage Arguments Value Examples

Description

This function uses type_df, missing_df, lab_foreign_df to provide information on the variables contained within the df input.

Usage

1
describe_df(df, vars = names(df), ...)

Arguments

df

a data frame object to identify the foreign labels 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 where column from df is a row and information on the number of missing values, data type, and foreign labels are specified.

Examples

1

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