Creates pages by multi-column filter (profession)
1 2 3 4 5 6 | render_prof_pages(
data,
page_title = "",
output_folder = "../../docs",
template_path = "rmarkdown/summary_template/template.rmd"
)
|
data |
This is generated using the carsurvey2::data_ functions. |
page_title |
This is ONLY PART of the title. The title is generated from "DRAFT: ", page_title , " profile: ", filter – where filter is one element of the list as described above in filter_variable (values over 20) and the page title is this argument. |
output_folder |
Folder the site is built and saved to |
template_path |
The path to the template that gets render for each department |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.