R/convertTypesToCInts.R

Defines functions convertTypesToCInts

# integer encoding of types for easier use
convertTypesToCInts = function(types) {
  fmatch(types, ph$convert.to.ctypes, nomatch = 99L)
}

Try the ParamHelpers package in your browser

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

ParamHelpers documentation built on July 4, 2022, 5:07 p.m.