rmdTITLE | R Documentation |
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.
rmdTITLE( template = "DefaultStyle.rmdt", title = "Default Title", subtitle = "Default Subtitle", date = format(Sys.Date(), "%d-%b-%Y") )
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 |
Title IQRrmd object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.