Description Usage Arguments Value
View source: R/call_to_string.R
Take a list of calls, return a string Each element of the list will be converted to a string, and then combined with the other elements
1 | calls_to_string(list_of_calls, sep = " + \n")
|
list_of_calls |
a list of calls |
sep |
a character string to separate the items of 'list_of_calls' when they are converted to a single string |
A length-one character vector; each element of 'list_of_calls' will be converted to a string; each string will be combined, separated by 'sep'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.