Skip to content
/ odk-and-r Public template

Exercises on interfacing with ODK using R

Notifications You must be signed in to change notification settings

katilingban/odk-and-r

Repository files navigation

Exercises on interfacing ODK with R

This is a template repository for exercises designed to teach and practice interfacing ODK with R. This template repository can be used within a GitHub Classroom environment.

Exercises

This repository currently includes the following exercises:

Exercise 1: Install odkr and okapi packages in R

This exercise is the most basic and simplest. Install the odkr and okapi packages in your R installation in your own local machines.

Starter code for this exercise is named exercise_1_install_packages.R.

Exercise 2: Retrieving data from ONA using odkr package

This exercise is for retreiving data from ONA using the odkr package. You now have access to a testing ONA server with the account name validtrial with a form called Test Server. You can access this account using your own ONA account. Using this and using the documentation available from the odkr package (see https://github.com/rapidsurveys/odkr), show R code that will retrieve the data from the Test Server form.

Starter code for this exercise is named exercise_2_retrieve_odkr.R.

Exercise 3: Retrieving data from ONA using okapi package

This exercise is for retreiving data from ONA using the okapi package. You now have access to a testing ONA server with the account name validtrial with a form called Test Server. You can access this account using your own ONA account. Using this and using the documentation available from the okapi package (see https://github.com/rapidsurveys/okapi), show R code that will retrieve the data from the Test Server form.

Starter code for this exercise is named exercise_3_retrieve_okapi.R.

About

Exercises on interfacing with ODK using R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages