Helper function: get authors from list for a reference

get_authors(
  record_list,
  col_name = "author",
  extract_value = "authors",
  collapse = FALSE
)

Arguments

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)

Value

one row authors data frame