Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ColinFay/tuRbonegro
[Just for fun] Plays a random Turbonegro clip in your R Viewer
https://github.com/ColinFay/tuRbonegro
Last synced: 3 months ago
JSON representation
[Just for fun] Plays a random Turbonegro clip in your R Viewer
- Host: GitHub
- URL: https://github.com/ColinFay/tuRbonegro
- Owner: ColinFay
- Archived: true
- Created: 2017-05-31T14:29:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T19:22:31.000Z (over 7 years ago)
- Last Synced: 2024-05-21T02:54:30.161Z (6 months ago)
- Language: R
- Homepage:
- Size: 265 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![tuRbonegro_hex](/hex_turbo.png)
# tuRbonegro
Plays a random Turbonegro clip in your R Viewer.The function has only three parameters:
+ `width`: width of the video, in pixel. Default is 560.
+ `height`: width of the video, in pixel. Default is 315.
+ `autoplay`: set video autoplay. Default is TRUE.## Install
```{r)
devtools::install_github("ColinFay/tuRbonegro")
```## Play a random clip
```{r}
library(tuRbonegro)
tuRbonegro()
```
![tuRbonegro_pic](/tuRbonegro.png)