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: 3 months 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-05-14T12:32:48.945Z (6 months ago)
- Topics: r, react, rstats
- Language: R
- Homepage: http://reactrend.john-coene.com/
- Size: 735 KB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - reactrend - Simple, elegant spark lines and trend graphs based on react-trend. (Visualization / Sparkline)
- jimsghstars - JohnCoene/reactrend - react-trend for R based on reactR (R)
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)