• Stars
    star
    112
  • Rank 312,240 (Top 7 %)
  • Language
    R
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Add a custom loader for R shiny

shinycustomloader

CRAN_Status_Badge

Overview

This R-package is an extension to the shinycssloaders package and allows for custom css/html or gif/image file for the loading screen. You may include your css/html files or gif/image files for your custom loading screen. There are twelve built in css/html loading screen specified by dnaspin, pacman, loader1, loader2, ..., loader10.

You can install this package from github as:

Installation

# You can install it from CRAN:
install.packages("shinycustomloader")

# Or the the development version from GitHub:
# install.packages("devtools")
devtools::install_github('emitanaka/shinycustomloader')

Example

You can see an example shiny app that employs the custom loaders by launching an example app in the package.

library(shinycustomloader)
shinyExample()

Customisation

The command is a simple wrapper for the shiny output and you can easily specify your own favorite gif (say nyancat.gif) for customisation. Place nyancat.gif in the folder www within your shiny app folder (create one if you don't have it in your shiny folder).

withLoader(plotOutput("distPlot"), type="image", loader="nyancat.gif")

You can also further customise by inputting your own text as a marquee object with its own style.

More Repositories

1

edibble

An R-package to construct designs using the grammar of experimental designs
R
182
star
2

anicon

Animated icons for R markdown and Shiny apps
R
120
star
3

ninja-theme

A xaringan / remark js ninja theme
88
star
4

datalegreyar

Datalegreya, the typeface that melts text and data visualisation, for R markdown
R
42
star
5

combine2019

Material for COMBINE NSW Workshop on R Markdown
HTML
27
star
6

xaringan-book

TeX
27
star
7

SydneyThesisTemplate

Rmarkdown thesis template adapted from Rob J Hyndman for University of Sydney
TeX
15
star
8

edibble-book

The Grammar of Experimental Designs Book
SCSS
15
star
9

wearerladies

Posts and R code used for when curating @WeAreRLadies
13
star
10

nestr

An R-package to build nesting or hierarchical structures
R
13
star
11

emitanaka.github.io

Emi Tanaka's Website
JavaScript
12
star
12

talks

Source code for my slides
JavaScript
12
star
13

deggust

An R-package to visualise edibble designs as ggplot graphics
R
11
star
14

cheatsheet

Needs cleaning + adding content - collaboration welcome!
HTML
11
star
15

sizzled

An R-package to create experiments that require sample size calculation
R
10
star
16

rtodoist

R interface to todoist.com
R
9
star
17

USYDTemplates

R Markdown templates for the University of Sydney
CSS
9
star
18

datavis-adv-workshop

Advanced Data Visualisation Workshop
HTML
7
star
19

paper-symlmm

Manuscript for Symbolic Formulae for Linear Mixed Models
TeX
6
star
20

mortality

Tidy human mortality data
R
5
star
21

rladiesSSA2020

Lectorial for SSA Canberra, R-Ladies Canberra, SSA NSW & R-Ladies Sydney
JavaScript
5
star
22

dataviz-workshop

Data Visualisation with R workshop materials
HTML
4
star
23

platent

Penalised likelihood for selection and fitting of latent variable models
R
4
star
24

sydneycodingclub

The Sydney Coding Club
4
star
25

paper-DoE-review

Paper repo for "Current state and prospects of R-packages for the design of experiments"
HTML
3
star
26

dir

An R-package to make html directory listing
R
2
star
27

quoter

An R package for random quotations
R
2
star
28

MBATemplate

Master of Business Analytics Template (WIP)
JavaScript
2
star
29

flipbookr

https://emitanaka.github.io/flipbookr/.
CSS
2
star
30

datavis-workshop-ssavic

Data Visualisation with R Workshop for Statistical Society of Australia Victorian Branch
HTML
2
star
31

datawrangle-workshop-ssavic

Data Wrangling with R workshop
HTML
2
star
32

ozhexmap

R
2
star
33

slides-RLadiesMelb2021

Slides for R-Ladies Melbourne talk
JavaScript
2
star
34

biometrics2019

Materials for the tidyverse + rmarkdown workshop at the Biometrics by the Botanic Gardens (IBS-AR 2019)
HTML
2
star
35

simulate

Parametric simulation framework to generate complex multivariate and multilevel data
R
1
star
36

edibble-py

Python
1
star
37

edibble-website

JavaScript
1
star
38

cheatsheets

CSS
1
star
39

anidb

An R-package to fetch data from the anime database at AniDB
R
1
star
40

slides-useR2021

useR 2021 slides
JavaScript
1
star
41

boral

boral: Bayesian Ordination and Regression AnaLysis
R
1
star
42

chainr

Link data frames as a chain
R
1
star
43

shinyctv

R
1
star
44

praise.be

Handmaid's Tale Data
R
1
star
45

slides-DARE-LOOP

JavaScript
1
star
46

supp-visOM

Supplementary material for "Incorporating statistical thinking into visualisation practices for decision-making in operational management"
HTML
1
star