by_sm: apply function to each select_multiple response individually

Description Usage Arguments Value

Description

apply function to each select_multiple response individually

Usage

1
by_sm(x, FUN, ...)

Arguments

x

a vector of select_multiple responses separated by a space " "

FUN

the function to be applied

...

further parameters passed to FUN

Value

each value in x is split into a vector on " " (space); the function in FUN is applied to each of these vectors. We return a vector of these results


mabafaba/composr documentation built on June 10, 2019, 8:17 a.m.