japply: japply: Judiciously sapply to only selected columns
Description
japply is a wrapper around sapply that only sapplys to
certain columns
Usage
japply(df, sel, FUN = function(x) x, ...)
Arguments
sel
A logical vector or vector of column numbers
to select
FUN
The function to apply to selected columns