CRAN
acs 2.1.4
Download, Manipulate, and Present American Community Survey and Decennial Data from the US Census
Released Feb 19, 2019 by Ezra Haber Glenn
Dependencies
httr 1.4.0 stringr 1.4.0 XML 3.98-1.17 plyr 1.8.4
Provides a general toolkit for downloading, managing, analyzing, and presenting data from the U.S. Census (
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>acs</artifactId> <version>2.1.4-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:acs')
Test Results
This package was last tested against Renjin 0.9.2724 on Feb 23, 2019.
- acs-class-examples
- acs.lookup-class-examples
- confint.acs-examples
- currency.convert-examples
- flatten.geo.set-examples
- geo.lookup-examples
- geo.make-examples
- geo.set-class-examples
- geography-examples
- kansas07-examples
- kansas09-examples
- lawrence10-examples
- plot-methods-examples
- prompt.acs-examples
- sum-methods-examples