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

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

Awesome Lists containing this project

README

        

# `rosio`: An R interface to OpenSensors.io

[![Linux Build Status](https://travis-ci.org/lgatto/rosio.svg?branch=master)](https://travis-ci.org/rosio)
[![](http://www.r-pkg.org/badges/version/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).