knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", message = FALSE, warning = FALSE, error = FALSE, tidy = TRUE )
Development of the SNAPverse R package ecosystem has been frozen indefinitely. This project was never directly funded. I began it out of personal interest, but no longer work for SNAP. It will remain archived here for historical reference.
apputils is an R package containing common utilty functions, settings and references for development use across multiple Shiny apps. It has a shinydashboard focus. apputils is a satellite member of the SNAPverse collection of R packages. It supports other satellites in the verse, including maputils and snaputils.
is_md <- knitr::opts_knit$get("rmarkdown.pandoc.to") == "markdown_github-ascii_identifiers"
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_utils_app.png" width=350></p><br>')
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_utils_app.svg"></p>')
Package functionality and areas of support covered by apputils include:
shinydashboard::valueBox, shinydashbaord::infoBox and shiny::icon that support the use of local thumbnails images.rintrojs and shinytoastr for interactive tours and toast messages.You can install maputils from github with:
# install.packages("devtools") devtools::install_github("leonawicz/apputils")
The complete set of satellite packages is shown below.
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_all.png" width=350></p><br>')
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_all.svg"></p>')
cat('[Complete package reference and function documentation](https://leonawicz.github.io/apputils/)')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.