Description Usage Arguments Value Examples
Oftentimes in my functions I like to list out the accepted arguments if the user enters one that is not accepted. This function faciliates that.
1 |
x |
a vector object, will be coerced to a character class |
final |
character vector of length == 1: word that will separate the final element in the list from others. See the examples |
per_line |
numeric vector of length == 1: number of elements printed per line. See the examples |
wrap |
character vector of length == 1: optional character to wrap around each element, e.g., quotation marks |
indent |
character vector of length == 1: anything you wish to place in front of the first element on each line. See the examples |
a character vector of length == 1, ready to be passed to
stop
, warning
, or cat
, for example.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.