numberedVariablesList: PrintDisplay numbered list of variables in a dataset

View source: R/DataUnderstanding.R

numberedVariablesListR Documentation

PrintDisplay numbered list of variables in a dataset

Description

Often it is really useful to have a numbered list of variables in a dataset, especially if the dataset is new. The function will provide such a list

Usage

numberedVariablesList(df)

Arguments

data.frame.

Input object: data.frame.

Value

data.frame. data.frame with row numbers corresponding to the position of the variables in the dataset and variable names.

Examples

# iris
numberedVariablesList(df = iris)
# mtcars
numberedVariablesList(df = mtcars)

masem-research/masemDataUnderstanding documentation built on May 5, 2022, 12:40 a.m.