as.list.sig {sig} | R Documentation |
Strips class attributes to return a list.
## S3 method for class 'sig'
as.list(x, ...)
## S3 method for class 'siglist'
as.list(x, ...)
## S3 method for class 'sigreport'
as.list(x, ...)
x |
|
... |
Passed from other |
A list.
as.list(sig(read.csv))
head(as.list(list_sigs(pkg2env(stats))))
as.list(sig_report(baseenv()))