Description Usage Arguments Value Author(s) Examples
View source: R/concerto.template.get.R
Gets template object.
1 | concerto.template.get(templateID, workspaceID = concerto$workspaceID)
|
templateID |
Template ID or name. |
workspaceID |
Concerto workspace ID where template is located. |
List with template object properties:
idtemplate object ID
nametemplate object name
headhead tag contents
HTMLtemplate HTML
effect_showtemplate transition show effect
effect_show_optionstemplate transition show effect options
effect_hidetemplate transition hide effect
effect_hide_optionstemplate transition hide effect options
Przemyslaw Lis
1 2 3 4 5 | ## Not run:
template1 <- concerto.template.get(1)
template2 <- concerto.template.get("some_other_template")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.