as.list.sig {sig}R Documentation

Convert to list

Description

Strips class attributes to return a list.

Usage

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

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

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

Arguments

x

sig, siglist or sigreport object.

...

Passed from other as.list methods.

Value

A list.

Examples

as.list(sig(read.csv))
head(as.list(list_sigs(pkg2env(stats))))
as.list(sig_report(baseenv()))

[Package sig version 0.0-6 Index]