Skip to content

Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools

License

Notifications You must be signed in to change notification settings

rapidsurveys/okapi

Repository files navigation

okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: experimental R-CMD-check test-coverage Codecov test coverage CodeFactor DOI

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.

What does the package do?

Currently, {okapi} provides functions to interface with ONA via its API. The current set of functions perform the following tasks:

  1. Authenticate with the respective servers using either an account password or an API token;

  2. List resources in the server available to interface with; and,

  3. Get data or resources from the server to R.

Installation

{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')
)

Usage

Authentication

List resources

Retrieve resources

Citation

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")
#> To cite okapi in publications use:
#> 
#>   Ernest Guevarra (2024). _okapi: Open Data Kit (ODK)-based
#>   Computer-assisted Personal Interview (CAPI) Tools_.
#>   doi:10.5281/zenodo.206914853
#>   <https://doi.org/10.5281/zenodo.206914853>, R package
#>   version 0.0.0.9000, <https://rapidsurveys.io/okapi/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools},
#>     author = {{Ernest Guevarra}},
#>     year = {2024},
#>     note = {R package version 0.0.0.9000},
#>     url = {https://rapidsurveys.io/okapi/},
#>     doi = {10.5281/zenodo.206914853},
#>   }

Community guidelines

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.

About

Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages