Fetch The Specified Report Formatting Information
Source:R/fetch_report_format.R
fetch_report_format.Rd
Returns a list of the default font format for the report element
Value
list containing the following elements
isgood: Boolean variable indicating success or failure
msgs: Vector of messages
format_details: List containing the format details for the specified format_name
Examples
obnd = read_template(
template = file.path(system.file(package="onbrand"), "templates", "report.pptx"),
mapping = file.path(system.file(package="onbrand"), "templates", "report.yaml"))
fr = fetch_report_format(obnd)