list_vars: List all the variables in a data frame along with their...

Description Usage Arguments Value Author(s) Examples

Description

The list_vars function lists all the variables in a data frame along with their classes.

Usage

1
list_vars(dataframe)

Arguments

dataframe

The name of a data frame (as a character string in quotes).

Value

A data frame. Each row of output represents a variable from the original data frame passed to the dataframe argument. If the input dataframe is not actually a data frame, then an empty data frame will be returned.

Author(s)

Sean Raleigh, sraleigh@westminstercollege.edu

Jack Wilburn jackwilburn@tutanota.com

Examples

1
list_vars("CO2")

VectorPosse/datafinder documentation built on May 9, 2019, 9:43 p.m.