Description Usage Arguments Author(s) Examples
View source: R/concerto.template.loader.R
Sets a template that will be shown when the proper templates are loaded.
1 2 3 4 | concerto.template.loader(templateID = -1, HTML = "", head = "",
params = list(), workspaceID = concerto$workspaceID,
effectShow = "default", effectShowOptions = "default",
effectHide = "default", effectHideOptions = "default")
|
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. |
Przemyslaw Lis
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.