https://github.com/lgatto/rosio
rosio: An R interface to OpenSensors.io
https://github.com/lgatto/rosio
Last synced: 6 months ago
JSON representation
rosio: An R interface to OpenSensors.io
- Host: GitHub
- URL: https://github.com/lgatto/rosio
- Owner: lgatto
- Created: 2016-11-16T20:41:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T02:20:28.000Z (over 8 years ago)
- Last Synced: 2024-10-12T17:51:29.839Z (7 months ago)
- Language: R
- Size: 15.6 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
# `rosio`: An R interface to OpenSensors.io
[](https://travis-ci.org/rosio)
[](http://www.r-pkg.org/pkg/rosio)> The `rosio` package is in very early development. It will be updated
> regularly and current functionality is very likely to evolve. Enjoy
> at your own risks!## Installation
```r
devtools::install_github("lgatto/rosio")
```## Usage
```{r}
library("rosio")
```Currently, there is
```{r}
ls("package:rosio")
```The progress of the package is documented in the
[vignette](https://github.com/lgatto/rosio/blob/master/vignettes/rosio.md). More
documentation will follow soon.## Questions, bugs, requests
Please use the GitHub
[issues](https://github.com/OpenSensorsIO/rosio/issues).## License
GPL-2 © [Laurent Gatto](https://github.com/lgatto).