renderCSS {shinycustomloader}R Documentation

Render a permanent loading screen.

Description

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

Usage

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

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

[Package shinycustomloader version 0.9.0 Index]