variable.list: Get variable list

Description Usage

View source: R/variable.list.R

Description

This function is a wrapper for both the ls() and the typeof function. Output is a data frame with the index, variable name, and the type of all variables in the global environment (.GlobalEnv).

Usage

1
2
3
4
5
variable.list()
variable.list(pattern = "plotdata")
variable.list(class = "double")
variable.list(class = c("function","list","dataframe"))
variable.list(pattern = "df*", class = c("list","data frame"))

norment/normentR documentation built on Nov. 11, 2020, 2:16 a.m.