R/getMostRecentCacheBuild.R

Defines functions getMostRecentCacheBuild

Documented in getMostRecentCacheBuild

#' Indicate what the most recent ENSEMBL build is that we have cached (manually)
#'
#' @return  build           a numeric indicator for the most recent cached build
#'
#' @export
getMostRecentCacheBuild <- function() return(84)  
arcolombo/TxDbLite documentation built on July 10, 2020, 12:27 a.m.