Render a custom page with a custom title and main content

render_page(main = NULL, page_title = NULL, head_tags = NULL)

Arguments

main

htmltools object of the body of the html page

page_title

the title tag contents of the page

head_tags

optional htmltools object of the head of the html page

Value

the rendered html of the full html page with dependencies

Details

It can throw exceptions, so handling exceptions is recommended, if not a must.