as_param | R Documentation |
Create a parameter list or a function call. For a function call fun
must be explicitly given.
as_param(..., fun = NULL) txt(x)
... |
list of named and unnamed parameters |
fun |
character: |
x |
character: replaces |
a character as parameter list of function call
as_param(letters[1:5]) as_param(txt(letters[1:5])) as_param(a=txt("a")) as_param(txt(letters[1:5]), fun="c")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.