Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwist/rlims
- Owner: jwist
- Created: 2014-01-13T08:43:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T12:56:53.000Z (over 4 years ago)
- Last Synced: 2023-10-20T20:52:58.211Z (about 1 year ago)
- Language: R
- Size: 263 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")