Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwist/rlims

R connector for accessing www.mylims.org spectroscopic data
https://github.com/jwist/rlims

Last synced: 5 days ago
JSON representation

R connector for accessing www.mylims.org spectroscopic data

Awesome Lists containing this project

README

        

rLims
=====

R connector for accessing www.mylims.org spectroscopic database.

This little packages allows to retrieve information stored on www.mylims.org database and recast it into a nice data.frame format ready for statistical analysis.

#### to install this package from source:

install.packages('devtools')

library(devtools)

install_github("jwist/rLims")