Description Usage Arguments Details Value Examples
View source: R/AllFunctions.R View source: R/string_functions.R
Combine unquoted items into a vector of character strings
1 |
... |
Unquoted single word strings. |
Works the same way that c() does for all types of data types. cs() allows you to quickly create vectors of single word strings without having to use quotes.
A vector of character strings.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.