powered by
check if embedded bibliography exists in the latex file or not
bibliography_exists(article_dir)
TRUE/FALSE
path to the directory which contains tex article
wd <- system.file("article", package = "rebib") # Only reads the article file rebib::bibliography_exists(wd)
Run the code above in your browser using DataLab