lf | R Documentation |
List content of current global environment
lf(
withsize = FALSE,
concise = FALSE,
datafirst = FALSE,
maxwidth = getOption("width")
)
withsize |
If TRUE, approximate size of each object in memory is displayed. Be aware that this may take some time and create overhead in RAM if there are large objects in the global environment. |
concise |
If TRUE, headings will be omited; output will be about 6 lines less. |
datafirst |
If TRUE, objects are listed first, then functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.