dataview (version 2.1.1)

as.whos: Convert objects to whos

Description

Convert objects to whos

Usage

as.whos(x)
"as.whos"(x)
"as.whos"(x)

Arguments

x
Object of type data.table or data.frame.

Examples

Run this code
an.object <- "Containing all my stuff"
w <- as.data.frame(whos())
as.whos(w)

Run the code above in your browser using DataLab