https://github.com/feddelegrand7/rintimg
View an image in full screen by clicking on it
https://github.com/feddelegrand7/rintimg
javascript r rmarkdown rstats shiny
Last synced: 16 days ago
JSON representation
View an image in full screen by clicking on it
- Host: GitHub
- URL: https://github.com/feddelegrand7/rintimg
- Owner: feddelegrand7
- License: other
- Created: 2020-09-25T14:32:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T22:19:07.000Z (over 4 years ago)
- Last Synced: 2025-03-21T22:03:55.824Z (about 1 month ago)
- Topics: javascript, r, rmarkdown, rstats, shiny
- Language: R
- Homepage: https://ihaddadenfodil.com/post/introducing-the-rintimg-package-click-on-an-image-and-see-it-on-full-screen/
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - feddelegrand7/rintimg - View an image in full screen by clicking on it (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# rintimg
`rintimg` is an R wrapper of the [intense-images](https://github.com/tholman/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](https://github.com/) with:
```{r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("feddelegrand7/rintimg")```
# Demo
You can find a demo [here](https://ihaddadenfodil.com/post/introducing-the-rintimg-package-click-on-an-image-and-see-it-on-full-screen/).
## Code of Conduct
Please note that the `rintimg` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.