mfdb_unaggregated: MareFrame DB unaggregated data

Description Usage Arguments Examples

Description

Tell mfdb functions not to aggregate this column, just return all values.

Usage

1
2
3
mfdb_unaggregated(omitNA = FALSE)
## S3 method for class 'mfdb_unaggregated'
as.list(x, ...)

Arguments

omitNA

Skip over rows where column is NA

x

The mfdb_unaggregated to convert to a list for use in gadget_file

...

Ignored.

Examples

1
2
3
4
5
6
7
8
## Currently we can't work out what to fill a group with,
## so returns placeholders
as.list(mfdb_unaggregated())
## Not run: 
$X
[1] "X"

## End(Not run)

sCervino/mfdb documentation built on May 18, 2019, 1:31 p.m.