cc | R Documentation |
cc()
quotes comma separated names whilst trimming outer whitespace. It is
intended for interactive use only.
cc(..., .clip = getOption("imp.clipboard", FALSE))
... |
Either unquoted names (separated by commas) that you wish to quote or a length one character vector you wish to split by whitespace. Empty arguments (e.g. third item in Character vectors not of length one are returned as is. |
.clip |
Should the code to generate the constructed character vector be copied to your system clipboard. Defaults to Note that copying to clipboard requires the availability of package clipr. |
A character vector of the quoted input.
cc(dale, audrey, laura, hawk)
cc("dale audrey laura hawk")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.