Description Usage Arguments Value Examples
Paste names
1 | paste_names(x, quotes = FALSE)
|
x |
character vector |
quotes |
flag indicating whether to quote names |
String of pasted names
1 2 | paste_names(c("x","y","z"))
paste_names(c("x","y","z"), TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.