Description Usage Arguments Value Author(s) Examples
This function gets rows from the clipboard and outputs the rows (with optional square brackets) connected by plus signs.
1 | comma_collapse(brackets = TRUE)
|
brackets |
TRUE by default. If TRUE, inserts square brackets around each row. If FALSE, does not insert brackets. |
One cell with rows collapsed by comma sign.
Michael Stoller <mstoller84@gmail.com> <michael.stoller@ctu.unibe.ch>
1 2 3 4 5 | ## Not run:
#Run function without square brackets
comma_collapse(brackets = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.