R/removeEllipsisName.R

Defines functions removeEllipsisName

removeEllipsisName <- function(argumentNames_s) {
  setdiff(argumentNames_s, wyz.code.offensiveProgramming::getEllipsisName())
}

Try the wyz.code.metaTesting package in your browser

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

wyz.code.metaTesting documentation built on Sept. 25, 2023, 9:06 a.m.