as_docinfo | R Documentation |
as_docinfo()
coerces objects into a docinfo()
object.
as_docinfo(x, ...)
## S3 method for class 'xmp'
as_docinfo(x, ...)
x |
An object that can reasonably be coerced to a |
... |
Further arguments passed to or from other methods. |
A docinfo()
object.
x <- xmp(`dc:Creator` = "John Doe", `dc:Title` = "A Title")
as_docinfo(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.