Generate title RMD command

In the title section of an RMD document the template to be used and the title page information to be shown are defined. IQRtools 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 IQRtools generate Word reports in the desired style, required for your organization.

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