Description Usage Arguments Value Examples
View source: R/check_problematic_entries.R
Check Endnote for Problematic References
1 | check_problematic_entries(endnote_list, give_hints = TRUE, 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) |
a data frame with problematic entries
1 2 3 4 5 | ## Not run: endnote_list <- create_endnote_list()
problematic_entries <- check_problematic_entries(endnote_list)
head(problematic_entries)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.