View source: R/publication-date-element.R
create_pub_date | R Documentation |
Creates publication date according to EML standards.
create_pub_date(date = NULL)
date |
The publication date. If left null, it will be assigned the current date. This can be overridden by putting in a specific date. |
A publication date object that can be appended to a dataset or project.
create_pub_date(date = "2020-08-19")
# Creates current date:
create_pub_date()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.