as.whos: Convert objects to whos

Description Usage Arguments Author(s) Examples

View source: R/whos.R

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<c3><a4>cklin

Examples

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

dataview documentation built on May 1, 2019, 9:08 p.m.

Related to as.whos in dataview...