R/utils.R

Defines functions clean_c_wrapper

clean_c_wrapper <- function(x) {
  sub("^c\\((.*)\\)$", "\\1", x)
}

Try the schematic package in your browser

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

schematic documentation built on June 9, 2025, 5:10 p.m.