Description Usage Arguments Value Examples
Standardizes the format of ... arguments. If a list is given, no modification is made. Otherwise, a list is created with all arguments in ...
1 |
... |
Input to be converted into a list. |
A list containing the ... arguments regardless of whether they originally were a list or not.
1 | identical(dots_as_list(3,4,5), dots_as_list(list(3,4,5)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.