R/utils.R

Defines functions ss

ss <- function(x, pattern, slot = 1, ...) {
    vapply(strsplit(x = x, split = pattern, ...), "[", character(1), slot)
}
LieberInstitute/brainstorm documentation built on Dec. 17, 2021, 12:03 a.m.