Description Usage Arguments Value Examples
View source: R/create_references_df_from_list.R
Create References Dataframe
1 | create_references_df(endnote_list, collapse = FALSE)
|
endnote_list |
list created with create_endnote_list() |
collapse |
should separate fields in "style" be collapsed to one field? (default: FALSE) |
data.frame with columns record_id, rec_number, ref_type_id, ref_type_name
1 2 3 | endnote_list <- create_endnote_list()
refs_df <- create_references_df(endnote_list)
head(refs_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.