knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) options(width = "100")
This R package creates image gallery widgets with pagination to show images based on file or URL paths. shinygallery is built on top of jPages and Bootstrap.
If limits
is set in options
, only images within the specified interval are rendered. This allows, e.g., to display further images only after a page change; the loading speed is thus improved.
You can install the development version of shinygallery from GitHub:
# install.packages("devtools") devtools::install_github("stefanieschneider/shinygallery")
Please report issues, feature requests, and questions to the GitHub issue tracker. We have a Contributor Code of Conduct. By participating in shinygallery you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.