File: convertTypesToCInts.R

package info (click to toggle)
r-cran-paramhelpers 1.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 992 kB
  • sloc: ansic: 102; sh: 13; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (4)
1
2
3
4
# integer encoding of types for easier use
convertTypesToCInts = function(types) {
  fmatch(types, ph$convert.to.ctypes, nomatch = 99L)
}