R/local_show_data.R

Defines functions show_local_data

Documented in show_local_data

#' Show local data used in this package
#'
#' @export
#' @return data used inner this package
#'
#' @examples
#' show_local_data()
#'
show_local_data <- function(){
    msigdb
}

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.