check if embedded bibliography exists in the latex file or not
Examples
wd <- system.file("article", package = "rebib")
# Only reads the article file
rebib::bibliography_exists(wd)
#> [1] TRUE
check if embedded bibliography exists in the latex file or not
wd <- system.file("article", package = "rebib")
# Only reads the article file
rebib::bibliography_exists(wd)
#> [1] TRUE