fetch template from package

get_template(
  template = c("validation_plan", "testing_plan", "testing_results",
    "traceability_matrix", "requirements_specification", "validation_summary",
    "release_notes"),
  type = c("package", "metworx")
)

Arguments

template

string matching which template you want to render

type

the type of doc you want to render ("package" or "metworx")