R/utility_generic.R

Defines functions misssing_msg

# 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)
mehmetgultas/metaplotr documentation built on May 22, 2019, 6:49 p.m.