Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JohnCoene/reactrend

react-trend for R based on reactR
https://github.com/JohnCoene/reactrend

r react rstats

Last synced: 3 months ago
JSON representation

react-trend for R based on reactR

Awesome Lists containing this project

README

        

[![Travis build status](https://travis-ci.org/JohnCoene/reactrend.svg?branch=master)](https://travis-ci.org/JohnCoene/reactrend)

# reactrend

`reactrend` is an R wrapper to [react-trend](https://github.com/unsplash/react-trend) built with [reactR](https://github.com/React-r/reactR).

## Installation

``` r
# install.packages("remotes")
remotes::install_github("JohnCoene/reactrend")
```

## Example

``` r
reactrend(runif(100))
```

![](reactrend.png)