formatHtml: Retreives HTML text, binds parameters to the text

View source: R/formatText.R

formatHtmlR Documentation

Retreives HTML text, binds parameters to the text

Description

Retreives HTML text, binds parameters to the text

Usage

formatHtml(
  html_file_name,
  params = NULL,
  html_dir = "html_templates",
  package_name = packageName(parent.frame())
)

Arguments

html_file_name

The name of of the file with HTML to load

params

List of named parameters to bind to the HTML text

html_dir

The directory that stores all the HTML tempalte documents (defaults to "html")

package_name

The package name to load sql file from, defaults to the current package name

Value

An html text statement


PSC-CoTC/AnnualReport documentation built on March 26, 2022, 9:33 a.m.