powered by
tibble
The BibTeX file is read, parsed, tidied and written to a tibble.
read_bib2tib(file)
character, path or URL to a bib file.
A tibble.
Read, parse and collate bibtex file to form a Tibble. Different BIB may produce different tibble columns.
abbrTable.
abbrTable
# NOT RUN { # Read from .bib file: require(journalabbr) path = system.file("extdata", "testfile_1.bib", package = "journalabbr", mustWork = TRUE) bib <- read_bib2tib(path) str(bib) # }
Run the code above in your browser using DataLab