This function reads bib entries from a .bib file and formats them for later use with package bibou

bib_tib_doc_keyword(tib_doc)

Arguments

tib_doc

a tibble with one row=one document

Value

a tibble with one row = one document*keyword

Examples

bibtex_file=system.file("savedrecs_Rhone.bib",package="bibou")
tib_doc=bib_tib_doc(bibtex_file)
#> 
#> Converting your isi collection into a bibliographic dataframe
#> 
#> Warning: data set ‘bibtag’ not found
#> Error in `[.data.frame`(bibtag, , "ISI"): undefined columns selected
bib_tib_doc_keyword(tib_doc)
#> Error in eval(expr, envir, enclos): object 'tib_doc' not found