logo

tinyslider

Use tiny-slider.js to create carousels in Shiny and R Markdown

Get Started GitHub

Home

Welcome! This is the documentation of the R package tinyslider.

Purpose of this package

The aim of this package is to port the Javascript library tiny-slider into R so that you can use it in interactive settings, such as R Markdown documents or Shiny apps.

Install this package

This package is not on CRAN yet, so you can only install the development version for now:

# install.packages("devtools")
devtools::install_github("etiennebacher/tinyslider")