as.list.split {plyr} | R Documentation |
Convert split list to regular list.
Description
Strip off label related attributed to make a strip list as regular list
Usage
## S3 method for class 'split'
as.list(x, ...)
Arguments
x |
object to convert to a list |
... |
unused |
[Package plyr version 1.8.9 Index]