get_report_metadata | R Documentation |
Return a Nested List of Report Metadata
get_report_metadata( issue_key, report_title, project_path = getwd(), github_page_path = "", source_code_page_path = "", template_path = system.file(package = "easyBakeOven", "reports", "Generic.Rmd"), ... )
issue_key |
Issue identifier. |
report_title |
Name of the new report. It cannot contain any forward slashes. |
project_path |
Project path assigned to the new Rmd file. |
github_page_path |
Path to the GitHub site that will host the html output if the feature is enabled. |
source_code_page_path |
Path to the GitHub repository source code for the Rmd file. |
template_path |
Path to the template file to use. It can point to a template Rmd in your local machine. |
... |
(Optional) Additional parameters that should be added in the front matter of the Rmd. Should be entered in the format of a named vector. |
list2
tibble
file_ext
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.