main_title | R Documentation |
General title and footer accessors
main_title(obj)
## S4 method for signature 'MatrixPrintForm'
main_title(obj)
main_title(obj) <- value
## S4 replacement method for signature 'MatrixPrintForm'
main_title(obj) <- value
subtitles(obj)
## S4 method for signature 'MatrixPrintForm'
subtitles(obj)
subtitles(obj) <- value
## S4 replacement method for signature 'MatrixPrintForm'
subtitles(obj) <- value
page_titles(obj)
## S4 method for signature 'MatrixPrintForm'
page_titles(obj)
## S4 method for signature 'ANY'
page_titles(obj)
page_titles(obj) <- value
## S4 replacement method for signature 'MatrixPrintForm'
page_titles(obj) <- value
main_footer(obj)
## S4 method for signature 'MatrixPrintForm'
main_footer(obj)
main_footer(obj) <- value
## S4 replacement method for signature 'MatrixPrintForm'
main_footer(obj) <- value
prov_footer(obj)
## S4 method for signature 'MatrixPrintForm'
prov_footer(obj)
prov_footer(obj) <- value
## S4 replacement method for signature 'MatrixPrintForm'
prov_footer(obj) <- value
all_footers(obj)
all_titles(obj)
obj |
( |
value |
character. New value. |
A character scalar (main_title
), character vector (main_footer
), or
vector of length zero or more (subtitles
, page_titles
, prov_footer
) containing
the relevant title/footer contents.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.