R/omit.R

Defines functions omit

# mostly for e.g. colnames(foo) <- omit(colnames(foo), "_stringent_FACS_", " ")
omit <- function(x, y, z="") base::sub(y, z, x)
ttriche/Rscripts documentation built on Sept. 14, 2023, 2:52 a.m.