R/utils.R

Defines functions ss

ss <- function(x, pattern, slot = 1, ...) {
    vapply(strsplit(x = x, split = pattern, ...), "[", character(1), slot)
}
LieberInstitute/brainstorm_package documentation built on Dec. 14, 2024, 10:29 p.m.