R/local_version.R

Defines functions local_version

Documented in local_version

#' Local database version
#'
#' @return version of local database
#' @export
#'
#' @examples
#' local_version()
local_version <- function(){
    version
}

Try the msig package in your browser

Any scripts or data that you put into this service are public.

msig documentation built on June 29, 2021, 9:08 a.m.