Learn R Programming

RDSTK (version 1.1)

RDSTK-package: 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.

Arguments

Details

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

References

http://www.datasciencetoolkit.org

Examples

Run this code
## 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)

Run the code above in your browser using DataLab