Description
View Images on Full Screen in 'RMarkdown' Documents and 'shiny' Applications.
Description
Allows the user to view an image in full screen when clicking on it in 'RMarkdown' documents and 'shiny' applications. The package relies on the 'JavaScript' library 'intense-images'. See <https://tholman.com/intense-images/> for more information.
README.md
rintimg
rintimg
is an R wrapper of the intense-images JavaScript library. Using rintimg
you can view an image in full screen by clicking on it. The package works on Rmd documents and Shiny applications. It’s extremely simple to implement: you only need to run one function : img_intensify()
.
You can install the development version of rintimg
from GitHub with:
# install.packages("devtools")
devtools::install_github("feddelegrand7/rintimg")
Demo
You can find a demo here.
Code of Conduct
Please note that the rintimg
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.