Description Usage Arguments Value Author(s) Examples
Take data frame and return a list of rownames where column value is not 0 i.e. missing
1 | df2list(x, start.col = 1)
|
x |
data frame |
start.col |
offset from first column to ignore certain columns |
returns a list following cleanup and change of data structure
Daryl Waggott
1 2 3 4 | ## Not run:
df2list(data.frame(a = 1:10, b = 11:20));
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.