concerto.template.loader: Loader template

Description Usage Arguments Author(s) Examples

View source: R/concerto.template.loader.R

Description

Sets a template that will be shown when the proper templates are loaded.

Usage

1
2
3
4
concerto.template.loader(templateID = -1, HTML = "", head = "",
  params = list(), workspaceID = concerto$workspaceID,
  effectShow = "default", effectShowOptions = "default",
  effectHide = "default", effectHideOptions = "default")

Arguments

templateID

Template ID or name.

HTML

Template HTML.

head

Template head tag.

params

Named list with parameters we want to be inserted into template HTML.

workspaceID

Concerto workspace ID where template object is located.

effectShow

Template show transition effect.

effectShowOptions

Template show transition effect options list.

effectHide

Template hide transition effect.

effectHideOptions

Template hide transition effect options list.

Author(s)

Przemyslaw Lis

Examples

1
2
3
4
5
## Not run: 
response1 <- concerto.template.loader(1)
response2 <- concerto.template.loader(HTML='<div align='center'>loading ... please wait ...</div>')

## End(Not run)

wbuchanan/concerto documentation built on May 4, 2019, 2 a.m.