Clean References Dataframe

clean_references_df(endnote_list, give_hints = FALSE, 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

cleaned references_df

Examples

if (FALSE) endnote_list <- create_endnote_list() refs_clean_df <- clean_references_df(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(refs_clean_df)
#> Error in head(refs_clean_df): object 'refs_clean_df' not found