CRAN

odkr 0.1.3

'Open Data Kit' ('ODK') R API

Released Feb 9, 2018 by Ernest Guevarra

This package can be loaded by Renjin but 1 out 8 tests failed.

Dependencies

stringr 1.2.0 Hmisc 4.1-1

Utility functions for working with datasets gathered using 'Open Data Kit' ('ODK') . These include an API to interface with 'ODK Briefcase', a 'Java' application for fetching and pushing 'ODK' forms and their contents, that allows pulling of data from either a remote 'ODK Aggregate Server' or a local 'ODK' folder, a rename function to give more human readable variable names for 'ODK' datasets, a merge function to create a single dataframe from a nested 'ODK' dataset and an expand function to disaggregate multiple choice answers that have been collapsed into single code by 'ODK'.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>odkr</artifactId>
    <version>0.1.3-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:odkr')

Test Results

This package was last tested against Renjin 0.9.2594 on Feb 11, 2018.

Source

R

View GitHub Mirror

Release History