mmstat.getVariableNames: mmstat.getVariableNames

View source: R/mmstat.getVariableNames.R

mmstat.getVariableNamesR Documentation

mmstat.getVariableNames

Description

Returns all variable names of data set stored in the internal environment.

Usage

mmstat.getVariableNames(name)

Arguments

name

character or numeric: name or index of data set

Value

vector of names

Examples

# Delete all stored data sets
mmstat.set(datasets=NULL)
# Load CAR data set into mmstat
mmstat.getDataNames(mmstat.rds("CARS"))
# Extract names of all variables
mmstat.getVariableNames(1)

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.