df2list: Data frame to list conversion

Description Usage Arguments Value Author(s) Examples

Description

Take data frame and return a list of rownames where column value is not 0 i.e. missing

Usage

1
df2list(x, start.col = 1)

Arguments

x

data frame

start.col

offset from first column to ignore certain columns

Value

returns a list following cleanup and change of data structure

Author(s)

Daryl Waggott

Examples

1
2
3
4
## Not run: 
  df2list(data.frame(a = 1:10, b = 11:20));
  
## End(Not run)

bedr documentation built on May 2, 2019, 11:36 a.m.

Related to df2list in bedr...