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"),
  ...
)

Arguments

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.

See also