Description Usage Arguments Examples
Tell mfdb functions not to aggregate this column, just return all values.
| 1 2 3 | mfdb_unaggregated(omitNA = FALSE)
## S3 method for class 'mfdb_unaggregated'
as.list(x, ...)
 | 
| omitNA | Skip over rows where column is NA | 
| x | The  | 
| ... | Ignored. | 
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.