The contract's one URL parameter besides ?theme=: tour=off|false|0|no
suppresses a first-visit tour or welcome modal so a screenshot — or a
colleague following a link — sees the interface. Everything else (absent,
on, 1, …) leaves the app's own first-visit logic in charge.
Usage
cc_tour_enabled(query = NULL, session = shiny::getDefaultReactiveDomain())Arguments
- query
a query string (
"?tour=off") or a parsed list;NULLreads the session's URL viashiny::getQueryString()(reactive context required)- session
Shiny session, for the
NULLcase