withHandledThreedots: Call function with handle threedots input

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/threedots.R

Description

Calls a function whose main input is provided via ... and passes a handled version of the original ... as returend by handleThreedots.

Usage

1

Arguments

...

Flexible input that should be passed along to downstream function fun.

fun

function. Function to be called with handled threedots input.

Details

TODO

Value

Whatever the function fun returns.

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/rappster/crudr

See Also

handleThreedots

Examples

1
## TODO

rappster/crudr documentation built on May 26, 2019, 11:12 p.m.