Skip to contents

This function returns the path to the template based on the report name and the language code. The templates are installed with the package. If a template is not found that corresponds to the specified report name and language code, a default template is used instead.

Usage

get_report_template_path(
  project_report_name = "general",
  language_select = "EN"
)

Arguments

project_report_name

a single string specifying the name of the report, e.g. "GENERAL"

language_select

a single string specifying the name of the language code, e.g. "EN"

Value

A string containing the path to the template directory