Skip to contents

check if embedded bibliography exists in the latex file or not

Usage

bibliography_exists(article_dir)

Arguments

article_dir

path to the directory which contains tex article

Value

TRUE/FALSE

Examples

wd <-  system.file("article", package = "rebib")
# Only reads the article file
rebib::bibliography_exists(wd)
#> [1] TRUE