bib_tib_doc_author.Rd
This function reads bib entries from a .bib file and formats them for later use with package bibou
bib_tib_doc_author(tib_doc)
a tibble with one row=one document
a tibble with one row = one document*author
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_author(tib_doc)
#> Error in eval(expr, envir, enclos): object 'tib_doc' not found