View source: R/DocumentProperties.R
DocumentProperties | R Documentation |
High-level properties of the document.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.packaging.core.html
DocumentProperties(
category = NULL,
contentStatus = NULL,
keywords = NULL,
lastModifiedBy = NULL,
lastPrinted = NULL,
revision = NULL,
version = NULL,
created = NULL,
creator = "openpyxl",
description = NULL,
identifier = NULL,
language = NULL,
modified = NULL,
subject = NULL,
title = NULL,
...
)
category |
category |
contentStatus |
contentStatus |
keywords |
keywords |
lastModifiedBy |
lastModifiedBy |
lastPrinted |
lastPrinted |
revision |
revision |
version |
version |
created |
created |
creator |
creator |
description |
description |
identifier |
identifier |
language |
language |
modified |
modified |
subject |
subject |
title |
title |
... |
Additional arguments, i.e. kwargs. |
Defined in ECMA-376 Par2 Annex D
An openpyxl Python object.
## Not run:
DocumentProperties()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.