Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johncoene/reactrend
react-trend for R based on reactR
https://github.com/johncoene/reactrend
r react rstats
Last synced: 11 days ago
JSON representation
react-trend for R based on reactR
- Host: GitHub
- URL: https://github.com/johncoene/reactrend
- Owner: JohnCoene
- License: other
- Created: 2019-01-31T10:58:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:42:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T00:51:46.680Z (24 days ago)
- Topics: r, react, rstats
- Language: R
- Homepage: http://reactrend.john-coene.com/
- Size: 735 KB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)