R/bibliography.R

Defines functions get_bib_file

Documented in get_bib_file

#' Bibliography File Path
#'
#' @return A character value representing the path to the bibliography
#' @export
#'
#' @examples
#' get_bib_file()
get_bib_file <- function() {
    system.file(
        package='iSEEWorkshopEuroBioc2020',
        'vignettes', 'bib', 'iSEEWorkshopEuroBioc2020.bib')
}
iSEE/iSEEWorkshopEuroBioc2020 documentation built on Jan. 1, 2021, 3:24 a.m.