Retrieve Surveys from Kobotoolbox
retrieve_surveys.RdDownloads survey data from Kobotoolbox for a specified project and uploads the data in Parquet format. File naming can include versioning details.
Usage
retrieve_surveys(
  prefix = NULL,
  append_version = NULL,
  url = NULL,
  project_id = NULL,
  username = NULL,
  psswd = NULL,
  encoding = NULL
)Arguments
- prefix
 Filename prefix or path for downloaded files.
- append_version
 Boolean indicating whether to append versioning info to filenames.
- url
 URL of the Kobotoolbox instance.
- project_id
 Project asset ID for data download.
- username
 Kobotoolbox account username.
- psswd
 Kobotoolbox account password.
- encoding
 Character encoding for the downloaded data; defaults to "UTF-8".