Add Page to Dashboard (Alias)
add_page.RdConvenient alias for add_dashboard_page. Adds a new page to a dashboard project.
Usage
add_page(
proj,
name,
data = NULL,
data_path = NULL,
template = NULL,
params = list(),
visualizations = NULL,
content = NULL,
text = NULL,
icon = NULL,
is_landing_page = FALSE,
tabset_theme = NULL,
tabset_colors = NULL,
navbar_align = c("left", "right"),
overlay = FALSE,
overlay_theme = c("light", "glass", "dark", "accent"),
overlay_text = "Loading",
overlay_duration = 2200,
lazy_load_charts = NULL,
lazy_load_margin = NULL,
lazy_load_tabs = NULL,
lazy_debug = NULL,
pagination_separator = NULL
)Arguments
- proj
Dashboard project object created by
create_dashboard.- ...
All arguments passed to
add_dashboard_page.
See also
add_dashboard_page for full parameter documentation.