to_fun: Pass to function with named arguments, using dynamic dots

View source: R/to_fun.R

to_funR Documentation

Pass to function with named arguments, using dynamic dots

Description

Pass to function with named arguments, using dynamic dots

Usage

to_fun(x, args, fun)

Arguments

x

first argument of function, normally data

args

list of other named arguments to pass to fun

fun

function to pass x and args to.


WhiteJP/jpw documentation built on April 17, 2025, 5:47 a.m.