Wrap-up around RinteRface templates
RinteRface gathers 4 templates to build nice looking dashboards with shiny. This package aims at bringing RinteRface templates closer to shiny beginners by suggesting plug and play boilerplates, ready to be customized. These templates are different from showcases you can find in each separate package.
devtools::install_github("RinteRface/RinteRfaceVerse")
library(RinteRfaceVerse)
The previewTemplate()
function enables the user to preview 4 RinteRface templates, by selecting
the relevant library:
previewTemplate(lib = "shinydashboardPlus")
previewTemplate(lib = "bs4Dash")
previewTemplate(lib = "argonDash")
previewTemplate(lib = "tablerDash")
Once satisfied with a template, you can access its files with the useTemplate()
function:
useTemplate(path = getwd(), lib = "shinydashboardPlus")
Both shinyapps.io and RStudio Connect have an automated process to push your app online via deployTemplate()
. For shiny server and shiny server pro, proceed "manually".