Description Usage Arguments Value
View source: R/create_references_df_from_list.R
Helper function: get authors from list for a reference
1 2 3 4 5 6 | get_authors(
record_list,
col_name = "author",
extract_value = "authors",
collapse = FALSE
)
|
record_list |
list with one record of create_endnote_list() |
col_name |
default: "author" |
extract_value |
extract_value = "authors" |
collapse |
should separate fields in "style" be collapsed to one field? (default: FALSE) |
one row authors data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.