dot-render_page: Method for rendering a page with a given layout and...

Description Usage Arguments Value

Description

Method for rendering a page with a given layout and components

Usage

1
2
3
4
5
6
7
.render_page(
  title,
  components,
  layout = c("default", "storyboard", "focal_left", "2x2_grid"),
  menu = NULL,
  sidebar = NULL
)

Arguments

title

The page title.

components

A list of page components.

layout

The pages overall layout.

menu

The menu under which the page will be filed.

sidebar

Character string with sidebar content.

Value

A markdown string with the final page.


loosolab/i2dash documentation built on April 8, 2021, 12:41 a.m.