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

.render_pageR Documentation

Method for rendering a page with a given layout and components

Description

Method for rendering a page with a given layout and components

Usage

.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.


i2dash documentation built on Sept. 8, 2023, 6:04 p.m.