Skip to content

In-text resizing of containers, images and tables in Rmarkdown documents and Shiny apps/dashboards

License

Notifications You must be signed in to change notification settings

Wandrys-dev/r2resize

 
 

Repository files navigation

r2resize: In-text resizing of containers, images and tables in Rmarkdown documents and Shiny apps

Demo output: View here

Demo video: View here

Other packages required for r2resize: View here

RPKG.net package page for r2resize: View here

CRAN_Status_Badge CRAN_Status_Badge

The recommendation is that you download the latest version of this package from CRAN, as I am constantly updating this repository. If you do download from here, know that things may break sometimes

Installation

# From CRAN
install.packages(r2resize)

# OR from Github
library(devtools)
install_github("oobianom/r2resize")

NOTE: Please note that r2resize::add.resizer() should only be used in Rmarkdown or Quarto

Use in Shiny, Rmarkdown or Quarto document

Load library and begin using functions

library(r2resize)

Examples of the output after inclusion

About

In-text resizing of containers, images and tables in Rmarkdown documents and Shiny apps/dashboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%