View source: R/fetch_report_format.R
fetch_report_format | R Documentation |
Returns a list of the default font format for the report element
fetch_report_format(obnd, format_name = "default", verbose = TRUE)
obnd |
onbrand report object |
format_name |
Name of report format to fetch; this is defined in the md_def |
verbose |
Boolean variable when set to TRUE (default) messages will be
displayed on the terminal; Messages will be included in the returned list.
section for the given report type ( |
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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.