Description Usage Arguments Value Examples
View source: R/clean_references_df.R
Clean References Dataframe
1 | clean_references_df(endnote_list, give_hints = FALSE, dbg = TRUE)
|
endnote_list |
list created with create_endnote_list() |
give_hints |
if TRUE hints will be generated, e.g. "add_public_or_confidential" for accessiblity data |
dbg |
show debug messages (default: TRUE) |
cleaned references_df
1 2 3 4 5 | ## Not run: endnote_list <- create_endnote_list()
refs_clean_df <- clean_references_df(endnote_list)
head(refs_clean_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.