Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RinteRface/RinteRfaceVerse

Wrap-up around RinteRface templates
https://github.com/RinteRface/RinteRfaceVerse

Last synced: 9 days ago
JSON representation

Wrap-up around RinteRface templates

Awesome Lists containing this project

README

        

# RinteRfaceVerse
[![Travis build status](https://travis-ci.org/RinteRface/RinteRfaceVerse.svg?branch=master)](https://travis-ci.org/RinteRface/RinteRfaceVerse)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/RinteRface/RinteRfaceVerse?branch=master&svg=true)](https://ci.appveyor.com/project/RinteRface/RinteRfaceVerse)
[![CRAN status](https://www.r-pkg.org/badges/version/RinteRfaceVerse)](https://cran.r-project.org/package=RinteRfaceVerse)

> 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

```r
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:

```r
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:

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