Description
Batch imports a data.frame into an ActivityInfo form
Usage
importTable(formId, data, recordIdColumn, parentIdColumn, stageDirect = TRUE)
Arguments
Argument | Description |
---|---|
formId |
The form ID |
data |
The data.frame to import |
recordIdColumn |
The record ID column |
parentIdColumn |
The parent ID column required when importing a subform |
stageDirect |
Whether the import should be directly staged to Google Cloud Storage. This may not be possible if connecting from Syria or other countries that are blocked from accessing Google services directly. This option is ignored when connecting to a self-managed instance of ActivityInfo. |