Skip to content

RinteRface/RinteRfaceVerse

Repository files navigation

RinteRfaceVerse

Travis build status AppVeyor build status CRAN status

Wrap-up around RinteRface templates

Introduction

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.

Installation

devtools::install_github("RinteRface/RinteRfaceVerse")
library(RinteRfaceVerse)

Getting Started

Select the good template

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")

Import a template

Once satisfied with a template, you can access its files with the useTemplate() function:

useTemplate(path = getwd(), lib = "shinydashboardPlus")

Deploy your app

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".

About

Wrap-up around RinteRface templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages