knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Data collection using computer-assisted personal interviewing (CAPI) tools is now the standard approach for conducting surveys and studies. A wide range of CAPI systems are currently being used. The ability to interface with these systems helps in the overall data process. This package provides interface functions to CAPI systems based on the Open Data Kit (ODK) technology.
Currently, {okapi}
provides functions to interface with ONA via its API. The current set of functions perform the following tasks:
Authenticate with the respective servers using either an account password or an API token;
List resources in the server available to interface with; and,
Get data or resources from the server to R.
{okapi}
is not yet on CRAN but can be installed from the RapidSurveys R Universe with:
install.packages( "okapi", repos = c( 'https://rapidsurveys.r-universe.dev', 'https://cloud.r-project.org' ) )
If you use {okapi}
in your work, please cite using the suggested citation provided by a call to the citation
function as follows:
citation("okapi")
Feedback, bug reports and feature requests are welcome; file issues or seek support here. If you would like to contribute to the package, please see our contributing guidelines.
This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.