as_param: as_param

View source: R/as_param.R

as_paramR Documentation

as_param

Description

Create a parameter list or a function call. For a function call fun must be explicitly given.

Usage

as_param(..., fun = NULL)

txt(x)

Arguments

...

list of named and unnamed parameters

fun

character:

x

character: replaces "x" by "'x'"

Value

a character as parameter list of function call

Examples

as_param(letters[1:5])
as_param(txt(letters[1:5]))
as_param(a=txt("a"))
as_param(txt(letters[1:5]), fun="c")

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.