csl_name | R Documentation |
This class provides helper utilities to display, sort, and select attributes from a name in the CSL format.
csl_name(
family = NULL,
given = NULL,
dropping_particle = NULL,
non_dropping_particle = NULL,
suffix = NULL,
comma_suffix = NULL,
static_ordering = NULL,
literal = NULL,
parse_names = NULL
)
csl_names(x = list())
list_of_csl_names(x = list())
family |
The family name |
given |
The given name |
dropping_particle , non_dropping_particle , suffix , comma_suffix , static_ordering , literal , parse_names |
Additional name variable properties as described in the schema. |
x |
For |
https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html#name-fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.