getQuantityTable: Extract all quantities from a database in "long" format

View source: R/extractLong.R

getQuantityTableR Documentation

Extract all quantities from a database in “long” format

Description

Extract all quantities from a database in “long” format

Usage

getQuantityTable(databaseId = NA, folderId, includeBlanks = FALSE)

Arguments

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.


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.