R/dataDict_pmml.R

#' Function to output 'DataDictionary' component in a PMML file
#' 
#'
#' @param input String of characters indicating input variable name 
#' @param dataType String of characters indicating 'dataType'
#' @param optype String of characters indicating 'optype'
#'
#' @return
#' @export
#'
#' @examples
dataDict_pmml <- function(input, dataType = "double", optype = "continuous") {
  
}
hongqi0314/PRAuto.PMML documentation built on May 6, 2019, 11:30 a.m.