copy_args: Copies the arguments of one function to another

Description Usage Arguments Value See Also

View source: R/copy_args.R

Description

Copies the arguments of one function, "from", to "to".

Usage

1
copy_args(from, to)

Arguments

from

A function with the arguments to copy

to

A function to receive new arguments

Value

function

See Also

See tictocify function body for a use case.


frite documentation built on July 1, 2018, 5:04 p.m.