Description Usage Arguments Details Value See Also Examples
Insert a date into a document object
1 2 3 4 |
doc |
document object |
... |
further arguments passed to other methods |
value |
character value to add into the date shape of the current slide. optionnal. If missing current date will be used. |
str.format |
character value to use to format
current date (if |
addDate only works for pptx documents.
a document object
pptx
, addFooter
,
addPageNumber
1 2 3 4 5 6 7 8 9 10 | doc <- pptx()
doc <- addSlide( doc, slide.layout = "Title and Content" )
## add a date on the current slide
doc = addDate( doc )
doc <- addSlide( doc, slide.layout = "Title and Content" )
## add a page number on the current slide but not
## the default text (slide number)
doc = addDate( doc, "Dummy date" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.