Last data update: 2014.03.03

R: RDSTK: A R wrapper for the Data Science Toolkit API
RDSTK-packageR Documentation

RDSTK: A R wrapper for the Data Science Toolkit API

Description

This package contains several functions that provide direct access to the Data Science Toolkit API. See www.datasciencetoolkit.org for an overview of the API. The package is an attempt to R-ify calls to this API.

By default the packages accesses the API at www.datasciencetoolkit.org. Alternatively, because it is possible to clone the DSTK service on a local machine, you can point the package to an alternate API using options("RDSTK_api_base"="http://localhost:8080").

Important: Ensure that the alternate API does not have a trailing slash.

Details

Package: RDSTK
Type: Package
Version: 1.1
Date: 2013-05-13
License: BSD
LazyLoad: yes

Author(s)

Ryan Elmore and Andrew Heiss
Maintainer: Ryan Elmore <rtelmore@gmail.com>

References

http://www.datasciencetoolkit.org

Examples

## Not run: 
ip2coordinates("134.184.34.17, 48.82.68.161")

# Use local instance of DSTK
options("RDSTK_api_base"="http://localhost:8080")

# Revert to original DSTK API
options("RDSTK_api_base"="http://www.datasciencetoolkit.org")

## End(Not run)

Results