Description Usage Arguments Examples
Simple layout
1 2 3 4 5 6 7 8 | pageLayout(
sidebarPanel = "",
mainPanel = "",
width_sidebar = "s3",
width_main = "s9",
class_sidebar = "sidebar",
class_main = "main"
)
|
sidebarPanel |
A tag object. (width fixed at s3) |
mainPanel |
A tag object. (width fixed at s9) |
width_sidebar |
a character descripting the column width following materialise css |
width_main |
a character descripting the column width following materialise css |
class_sidebar |
extra class name for sidebar |
class_main |
extra class name for main |
1 | none
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.