Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/RinteRface/RinteRfaceVerse
- Owner: RinteRface
- Created: 2019-04-08T15:01:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T14:18:50.000Z (over 5 years ago)
- Last Synced: 2024-12-04T05:22:40.717Z (9 days ago)
- Language: R
- Size: 42 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - RinteRface/RinteRfaceVerse - Wrap-up around RinteRface templates (R)
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".