Description
Extract all quantities from a database in long format
Usage
getQuantityTable(databaseId = NA, folderId, includeBlanks = FALSE)
Arguments
Argument | Description |
---|---|
databaseId |
the CUID of the database (e.g., "ck2yrizmo2" or "d00000006583") |
folderId |
(optional) the id of the folder or form to include. If omitted, the whole database will be included in the export. |
includeBlanks |
if TRUE, the export will include a row for quantity fields with blank values. Default is FALSE. |
Value
a single data.frame with quantity values in rows, and dimensions in columns.