renderCSS: Render a permanent loading screen.

Description Usage Arguments Examples

Description

This function follows similar to withLoader but needs no UI element. This allows for a permanent loading screen.

Usage

1
renderCSS(type, loader)

Arguments

type

The type of loader to use. Possible values are image, html or text.

loader

The name of the loader. The built in options are dnaspin, dancingtree, pacman and walkingcow. For custom html option, the name of the css and html file have to be the same and input must be without the extension. For custom text option, loader must be a list of marquee objects.

Examples

1
2
## Not run: marquee_list <- list(marquee("Your custom text here"))
## Not run: renderCSS(type="text", loader=marquee_list)

shinycustomloader documentation built on May 2, 2019, 4:58 a.m.