View source: R/variable.list.R
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
).
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.