pass_arguments: Reformat arguments for funcitons, from arg1, arg2 to arg1 =...

Description Usage Arguments Value Examples

View source: R/pass_arguments.R

Description

This is useful when you extract a funciton and the arguments in the signature need to be converted to arguments in a call to the function.

Usage

1

Arguments

string

A string. e.g. c("arg1, arg2")

Value

A string. eg. arg1 = arg1, arg2 = arg2

Examples

1
2
3
4
## Not run: 
# pass_arguments(c("one, two"))

## End(Not run)

maurolepore/handy documentation built on May 21, 2019, 1:37 p.m.