CRAN

decoder 1.1.13

Decode Coded Variables to Plain Text and the Other Way Around

Released Jan 8, 2019 by Erik Bulow

This package can be loaded by Renjin but 15 out 75 tests failed.

Dependencies

backports 1.1.3

Main function "decode" is used to decode coded key values to plain text. Function "code" can be used to code plain text to code if there is a 1:1 relation between the two. The concept relies on 'keyvalue' objects used for translation. There are several 'keyvalue' objects included in the areas of geographical regional codes, administrative health care unit codes, diagnosis codes and more. It is also easy to extend the use by arbitrary code sets.

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>decoder</artifactId>
    <version>1.1.13-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:decoder')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 10, 2019.

Source

R

View GitHub Mirror

Release History