dot-render_page.Rd
Method for rendering a page with a given layout and components
.render_page( title, components, layout = c("default", "storyboard", "focal_left", "2x2_grid"), menu = NULL, sidebar = NULL )
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. |
A markdown string with the final page.