CRAN

govdat 0.1

Interface to API methods for government data.

Released Feb 23, 2012 by Scott Chamberlain

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

RCurl plyr 1.8.4 RJSONIO 1.3-0 stringr 1.3.1 XML 3.98-1.11

Interface to various APIs for government data.

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>govdat</artifactId>
    <version>0.1-b41</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:govdat')

Source

R

View GitHub Mirror

Release History