R interface to the [Chemical Translation Service (CTS)] (http://cts.fiehnlab.ucdavis.edu/)
install.packages("devtools")
install.packages("RJSONIO")
install.packages("RCurl")
library(devtools)
library(RJSONIO)
library(RCurl)
install_github(repo = "CTSgetR", username = "dgrapov")
library(CTSgetR)
help(CTSgetR)