scout_page {scoutbaR}R Documentation

Creates a scout page

Description

Can embed scout_action on a separate view of the Scoutbar.

Usage

scout_page(label, ..., .list = NULL)

Arguments

label

Page label.

...

Expect scout_action.

.list

To programmatically pass a list of scout_action, with lapply for instance.

Details

Whenever many scout_action share a similar topic, or have nested topics, this function allows you to provide a better experience by isolating some actions in a separate view. You can nest pages within other pages and combine it with scout_section.

Value

A list containing:


[Package scoutbaR version 0.2.0 Index]