R/getObjectClassNames.R

Defines functions getObjectClassNames

Documented in getObjectClassNames

getObjectClassNames <-  function(object_o_1) {
  on <- class(object_o_1)
  list(classname = setdiff(on, c('environment', 'R6'))[1], classnames = on)
}

Try the wyz.code.offensiveProgramming package in your browser

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

wyz.code.offensiveProgramming documentation built on Sept. 25, 2023, 9:05 a.m.