Package: rsurveycto 0.2.6

Jake Hughey
rsurveycto: Interact with Data on 'SurveyCTO'
'SurveyCTO' is a platform for mobile data collection in offline settings. The 'rsurveycto' R package uses the 'SurveyCTO' REST API <https://docs.surveycto.com/05-exporting-and-publishing-data/05-api-access/01.api-access.html> to read datasets and forms from a 'SurveyCTO' server into R as 'data.table's and to download file attachments. The package also has limited support to write datasets to a server.
Authors:
rsurveycto_0.2.6.tar.gz
rsurveycto_0.2.6.zip(r-4.7)rsurveycto_0.2.6.zip(r-4.6)rsurveycto_0.2.6.zip(r-4.5)
rsurveycto_0.2.6.tgz(r-4.6-any)rsurveycto_0.2.6.tgz(r-4.5-any)
rsurveycto_0.2.6.tar.gz(r-4.7-any)rsurveycto_0.2.6.tar.gz(r-4.6-any)
rsurveycto_0.2.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rsurveycto/json (API)
NEWS
| # Install 'rsurveycto' in R: |
| install.packages('rsurveycto', repos = c('https://agency-fund.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/agency-fund/rsurveycto/issues
Pkgdown/docs site:https://agency-fund.github.io
Last updated from:218f313027. Checks:7 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 129 | ||
| source / vignettes | OK | 185 | ||
| linux-release-x86_64 | ERROR | 126 | ||
| macos-release-arm64 | ERROR | 133 | ||
| macos-oldrel-arm64 | ERROR | 112 | ||
| windows-devel | ERROR | 97 | ||
| windows-release | ERROR | 78 | ||
| windows-oldrel | ERROR | 72 | ||
| wasm-release | OK | 113 |
Exports:drop_emptiesscto_authscto_catalogscto_get_attachmentsscto_get_form_definitionsscto_get_form_metadatascto_get_form_responsesscto_metascto_quietscto_readscto_unnest_form_definitionsscto_write
Dependencies:askpassbackportscellrangercheckmateclicpp11crayoncurldata.tablegluehmshttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogressR6readxlrematchrlangsystibbleutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Drop empty columns from a data.table | drop_empties |
| Authenticate with a SurveyCTO server | scto_auth |
| Fetch file attachments from a SurveyCTO server | scto_get_attachments |
| Fetch deployed form definitions from a SurveyCTO server | scto_get_form_definitions |
| Fetch form metadata from a SurveyCTO server | scto_get_form_metadata |
| Read form data from a SurveyCTO server and convert to long format | scto_get_form_responses |
| Read metadata from a SurveyCTO server | scto_catalog scto_meta |
| Suppress or permit messages from rsurveycto | scto_quiet |
| Read data from a SurveyCTO server | scto_read |
| Unnest previously fetched form definitions | scto_unnest_form_definitions |
| Write data to a SurveyCTO server | scto_write |