Apply functions over file array margins (extended)
Usage
apply(X, MARGIN, FUN, ..., simplify = TRUE)
# S4 method for class 'FileArray'
apply(X, MARGIN, FUN, ..., simplify = TRUE)
# S4 method for class 'FileArrayProxy'
apply(X, MARGIN, FUN, ..., simplify = TRUE)
Value
See Section 'Value' in apply
;