Generate title RMD command
rmdTITLE.Rd
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
See also
Other IQR report:
+.IQRrmd()
,
IQReport()
,
export_IQRrmd()
,
has_IQReport_executable()
,
print.IQRrmd()
,
rmdAPPROVALS()
,
rmdCOMMENT()
,
rmdEMPTY()
,
rmdFIGURE()
,
rmdFIGref()
,
rmdLANDSCAPE()
,
rmdLINEBREAK()
,
rmdNEWPAGE()
,
rmdNOINTRO()
,
rmdPARAGRAPH()
,
rmdPDF()
,
rmdPORTRAIT()
,
rmdSECTION()
,
rmdSECref()
,
rmdTABLEDF()
,
rmdTABLE()
,
rmdTABref()
,
rmdTEXTSTYLE()
,
rmdTXTref()
,
rmdTXT()
,
rmdURL()
,
rmdVALref()