as.whos: Convert objects to whos

Description Usage Arguments Author(s) Examples

Description

Convert objects to whos

Usage

1
2
3
4
5
6
7
as.whos(x)

## S3 method for class 'data.table'
as.whos(x)

## S3 method for class 'data.frame'
as.whos(x)

Arguments

x

Object of type data.table or data.frame.

Author(s)

Christofer Bäcklin

Examples

1
2
3
an.object <- "Containing all my stuff"
w <- as.data.frame(whos())
as.whos(w)

backlin/dataview documentation built on May 11, 2019, 5:23 p.m.