bibliography_exists: bibliography exists

View source: R/util.R

bibliography_existsR 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)

rebib documentation built on Oct. 15, 2024, 9:09 a.m.