F_NOOP: Apply function to input but returns input itself

View source: R/calculation_helpers.R

F_NOOPR Documentation

Apply function to input but returns input itself

Description

Execute the function (usually for its side effect) then return (invisibly) the input to the function

Usage

F_NOOP(x, FUN, ...)

Arguments

x

input

FUN

function to apply on x

...

additional parameters passing to FUN


dipterix/rutabaga documentation built on June 25, 2022, 2:38 p.m.