R/hasMainClass.R

Defines functions hasMainClass

Documented in hasMainClass

hasMainClass <- function(object_o_1, classname_s_1) {
  classname_s_1[1] == getObjectClassNames(object_o_1)$classname[1]
}

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.