R/check_problematic_entries.R
check_problematic_entries.Rd
Check Endnote for Problematic References
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
if (FALSE) endnote_list <- create_endnote_list() problematic_entries <- check_problematic_entries(endnote_list)#> Creating data frame from 'endnote_list' ...#> Error in lapply(seq_along(endnote_list), function(rec_id) { record_list_to_df(record_list = endnote_list[rec_id], collapse)}): object 'endnote_list' not found#> Error in head(problematic_entries): object 'problematic_entries' not found