as.list.sig
From sig v0.0-5
by Richard Cotton
Convert to list
Strips class attributes to return a list.
Usage
"as.list"(x, ...)
"as.list"(x, ...)
"as.list"(x, ...)
Arguments
- x
sig
,siglist
orsigreport
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()))
Community examples
Looks like there are no examples yet.