CRAN_Status_Badge Project Status: Active - The project has reached a stable, usable state and is being actively developed. downloads R-win build status Codecov test coverage Covrpage Summary

slickR

The last carousel you’ll ever need

We are happy to bring the slick JavaScript library to R. It is self described as “the last carousel you’ll ever need”. This carousel is based on putting the elements of the carousel in a div HTML tag. This makes the carousel very versatile in what can be placed inside. Regular objects that are placed in a carousel can be for example: images, plots, tables, gifs, videos and objects embedded in iframes.

This tool helps review multiple outputs in an efficient manner and saves much needed space in documents and Shiny applications, while creating a user friendly experience.

These carousels can be used directly from the R console, from RStudio, in Shiny apps and R Markdown documents.

Installation

CRAN

install.packages('slickR')

Github (dev)

remotes::install_github('yonicd/slickR')

Getting started