Learn R Programming

rebib (version 0.5.0)

bibliography_exists: bibliography exists

Description

check if embedded bibliography exists in the latex file or not

Usage

bibliography_exists(article_dir)

Value

TRUE/FALSE

Arguments

article_dir

path to the directory which contains tex article

Examples

Run this code
wd <-  system.file("article", package = "rebib")
# Only reads the article file
rebib::bibliography_exists(wd)

Run the code above in your browser using DataLab