sig (version 0.0-5)

as.list.sig: Convert to list

Description

Strips class attributes to return a list.

Usage

# S3 method for sig
as.list(x, ...)

# S3 method for siglist as.list(x, ...)

# S3 method for sigreport as.list(x, ...)

Arguments

x

sig, siglist or sigreport object.

...

Passed from other as.list methods.

Value

A list.

Examples

Run this code
# NOT RUN {
as.list(sig(read.csv))
head(as.list(list_sigs(pkg2env(stats))))
as.list(sig_report(baseenv()))
# }

Run the code above in your browser using DataCamp Workspace