R/utility_generic.R

# Generic utiliy functions of the package

# In case of a missing argument, stops execution and prints error message
misssing_msg <- function(string)
  stop(paste0('There is a missing argument: \'', string, '\''), call.=FALSE)

Try the metaplotr package in your browser

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

metaplotr documentation built on May 2, 2019, 7:15 a.m.