Check Endnote for Problematic References

check_problematic_entries(endnote_list, give_hints = TRUE, dbg = TRUE)

Arguments

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)

Value

a data frame with problematic entries

Examples

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
head(problematic_entries)
#> Error in head(problematic_entries): object 'problematic_entries' not found