R/zzz.R

cp <- function(x) Filter(Negate(is.null), x)

last <- function(x) x[length(x)]

strextract <- function(str, pattern) regmatches(str, regexpr(pattern, str))
sckott/instoff documentation built on May 29, 2019, 4:01 p.m.