setHtmlHeaderProperty | R Documentation |
Font size in px, font family, and color can be set. Alignment is center.
setHtmlHeaderProperty(
titleFontSize = NULL, titleFontFamily = NULL, titleColor = NULL,
authorFontSize = NULL, authorFontFamily = NULL, authorColor = NULL,
dateFontSize = NULL, dateFontFamily = NULL, dateColor = NULL,
pageWidth=NULL,tableWidth = 100)
titleFontSize |
|
titleFontFamily |
|
titleColor |
|
authorFontSize |
|
authorFontFamily |
|
authorColor |
|
dateFontSize |
|
dateFontFamily |
|
dateColor |
|
pageWidth |
(numeric) the page width in px |
tableWidth |
(numeric) the percentage of table width over page width |
setHtmlHeaderProperty(titleFontSize=18,
titleFontFamily='"Times New Roman", Times, serif',
titleColor='DarkBlue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.