rmdTITLE: Generate title RMD command

View source: R/allCode.R

rmdTITLER Documentation

Generate title RMD command

Description

In the title section of an RMD document the template to be used and the title page information to be shown are defined. IQnca works with IQReport and the DefaultStyle.rmdt template document. If you want to use a different template you can do that but you would need to have one. Contact info@intiquan.com to learn more. You basically can get IQnca generate Word reports in the desired style, required for your organization.

Usage

rmdTITLE(
  template = "DefaultStyle.rmdt",
  title = "Default Title",
  subtitle = "Default Subtitle",
  date = format(Sys.Date(), "%d-%b-%Y")
)

Arguments

template

Name of the *.rmdt template file to be used

title

Character string with title of the document

subtitle

Character string with subtitle of the document

date

Character string with date to be shown

Value

Title IQRrmd object


Quantmetrics770/IQnca documentation built on Aug. 5, 2022, 5:39 p.m.