README.md

rosette : Tools to Work with the Rosette API

You need to put your Rosette API key into your ~/.Renviron file. For example:

ROSETTE_API_KEY=someapikeyststring

The following functions are implemented:

The following data sets are included:

Installation

devtools::install_git("https://github.com/hrbrmstr/rosette.git")
options(width=120)

Usage

library(rosette)

# current verison
packageVersion("rosette")
## [1] '0.1.0'

Test Results

library(rosette)
library(testthat)

date()
## [1] "Tue Oct 11 17:54:08 2016"
test_dir("tests/")
## testthat results ========================================================================================================
## OK: 0 SKIPPED: 0 FAILED: 0
## 
## DONE ===================================================================================================================


hrbrmstr/rosette documentation built on May 17, 2019, 5:13 p.m.