bigPage | R Documentation |
Main application page.
bigPage(
...,
sidebar = htmltools::tagList(),
settings = htmltools::tagList(),
settings_position = c("right", "left"),
title = "BigOmics",
navbar = NULL,
lang = NULL,
theme = big_theme()
)
... |
Content of the application. |
sidebar |
Sidebar content as returned by |
settings |
Settings drawer. |
settings_position |
Position of the settings bar. |
title |
Title of the application. |
navbar |
Navbar. |
lang |
Language for meta tag. |
theme |
Theme, passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.