CRAN
geoparser 0.1.1
Interface to the Geoparser.io API for Identifying and Disambiguating Places Mentioned in Text
Released May 16, 2017 by Maƫlle Salmon
Dependencies
digest 0.6.12 dplyr 0.5.0 lazyeval 0.2.0 stringr 1.2.0 jsonlite 1.4 purrr 0.2.2.2 tidyr 0.6.3 httr 1.2.1
A wrapper for the Geoparser.io API version 0.4.0 (see
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>geoparser</artifactId> <version>0.1.1-b6</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:geoparser')
Test Results
This package was last tested against Renjin 0.8.2500 on Oct 28, 2017.