[Just for fun] New R package — tuRbonegro

less than 1 minute(s) read

Because sometime, you just need a little bit of punk with your coding.

tuRbonegro

Spoiler: the tuRbonegro package was created for fun only ;)

tuRbonegro_hex

This package contains only one function, which launch and plays a random Turbonegro clip in your R Viewer. Because you know, some time you need some deathpunk.

This function has 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

To install on your machine :

devtools::install_github("ColinFay/tuRbonegro")

Play a random clip


library(tuRbonegro)
tuRbonegro()

tuRbonegro_pic

And turn the volume on!

What do you think?