check_problematic_entries: Check Endnote for Problematic References

Description Usage Arguments Value Examples

View source: R/check_problematic_entries.R

Description

Check Endnote for Problematic References

Usage

1
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

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)

KWB-R/kwb.endnote documentation built on July 8, 2021, 4:18 p.m.