scout_section | R Documentation |
Sort scout_action on the same view.
scout_section(label, ..., .list = NULL)
label |
Section label. |
... |
Expect scout_action. |
.list |
To programmatically pass a list of scout_action,
with |
Whenever many scout_action share a similar topic, you may use this function to sort them in the UI and offer a better user experience. You can combine it with scout_page.
A list containing:
children: a sublist where are passed the scout_action.
label: The section label.
class: a character vector to identify the section on the JavaScript side. You are not expected to modify it as it will break the JavaScript binding.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.