bibliography_exists {rebib}R Documentation

bibliography exists

Description

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)

[Package rebib version 0.3.2 Index]