Description Usage Arguments Details Examples
print multiple values joined together
1 |
... |
variadic parameter to of objects to combine |
sep_atomic |
separator value between each atomic element |
sep_vector |
separator value for collapsed vectors |
print can only take one value to be printed, this function j(oined)print provides a wrapper to obviate the need to do print(paste0(...)) type work-arounds
This is especially valuable for messages where output can be single element or a vector/list (for example, a list of missing column names), as the internal vector/list can be collapsed to a single string via a different pattern than how the various elements are combined.
1 2 3 4 5 6 7 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.