Description Usage Arguments Value Examples
View source: R/create_list_with_unique_entries.R
Create List with Unique Entries
1 | create_list_with_unique_entries(refs_df)
|
refs_df |
data frame as created with create_references_df() |
list with unique values for selected columns
1 2 3 4 5 6 | ## Not run: endnote_list <- create_endnote_list()
refs_df <- create_references_df(endnote_list)
unique_entries_list <- create_list_with_unique_entries(refs_df)
str(unique_entries_list, 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.