R/DataModel.R

######################################################################################################################

# Function: DataModel.
# Argument: ....
# Description: This function is used to call the corresponding function according to the class of the argument.
#' @export
DataModel = function(...) {
  UseMethod("DataModel")
}

Try the Mediana package in your browser

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

Mediana documentation built on May 8, 2019, 5:04 p.m.