csl_date | R Documentation |
This class provides helper utilities to display, sort, and select attributes from a date in the CSL format.
csl_date(
date_parts = list(),
season = NULL,
circa = NULL,
literal = NULL,
raw = NULL,
edtf = NULL
)
csl_dates(x = list())
date_parts |
A list containing one or two dates in a list. Each date is
also represented using lists in the format of |
season , circa , literal , raw , edtf |
Additional date variable properties as described in the schema. |
x |
A list of |
https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html#date-fields
# Single date
csl_date(date_parts = list(list(2020,03,05)))
# Date interval
csl_date(date_parts = list(list(2020,03,05), list(2020,08,25)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.