Description Usage Arguments Value Author(s)
Utility to add a step to the panel-specific rintrojs tour, generating the element
tag automatically.
1 | .addTourStep(x, field, text, is_selectize = FALSE)
|
x |
A Panel object to be toured. |
field |
String containing the name of the slot of |
text |
String containing the text to show in the corresponding step of the tour. |
is_selectize |
Logical scalar indicating whether |
Character vector of length two.
The first entry contains the element
tag to identify the interface element to highlight,
while the second entry contains the text
.
Alternatively, NULL
may be returned if .hideInterface(x, field)
indicates that the corresponding interface element has been hidden.
Aaron Lun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.