Package: rsurveycto 0.2.1
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.1.tar.gz
rsurveycto_0.2.1.zip(r-4.5)rsurveycto_0.2.1.zip(r-4.4)rsurveycto_0.2.1.zip(r-4.3)
rsurveycto_0.2.1.tgz(r-4.4-any)rsurveycto_0.2.1.tgz(r-4.3-any)
rsurveycto_0.2.1.tar.gz(r-4.5-noble)rsurveycto_0.2.1.tar.gz(r-4.4-noble)
rsurveycto_0.2.1.tgz(r-4.4-emscripten)rsurveycto_0.2.1.tgz(r-4.3-emscripten)
rsurveycto.pdf |rsurveycto.html✨
rsurveycto/json (API)
# 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
Last updated 3 months agofrom:dc65261444. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | ERROR | Nov 19 2024 |
R-4.5-linux | ERROR | Nov 19 2024 |
R-4.4-win | ERROR | Nov 19 2024 |
R-4.4-mac | ERROR | Nov 19 2024 |
R-4.3-win | ERROR | Nov 19 2024 |
R-4.3-mac | ERROR | Nov 19 2024 |
Exports:drop_emptiesscto_authscto_catalogscto_get_attachmentsscto_get_form_definitionsscto_get_form_metadatascto_metascto_quietscto_readscto_unnest_form_definitionsscto_write
Dependencies:askpassbackportscellrangercheckmateclicpp11crayoncurldata.tablefansigluehmshttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogressR6readxlrematchrlangsystibbleutf8vctrswithr
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 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 |