simple, miscellaneous functions I've developed for monitoring & evaluation.
This is required to compile many packages. RTools can be downloaded from cran here.
The ODK functions in this package are little more than an R interface for the command line functions for ODK Briefcase. As such, it will require that you have Java installed. As of this writing, Get ODK says they verify with Java 11, and ecommend installing OpenJDK 11 LTS from AdoptOpenJDK.
If you haven't already installed devtools, do so with the following
install.packages("devtools")
Next, load devtools and install the package from the repository
library(devtools)
install_github("jwilliamrozelle/figured")
Main functions of the package include some data manipulation functions and ODK Briefcase in R. This package will allow you to pull and export normal and encrypted forms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.