. | R Documentation |
Generate a character vector from unquoted names
.(...)
... |
names to turn into text and place in a character vector |
This function is particularly useful when typing, for instance, a list of column names.
.(ID,TIME)
is the same as c("ID","TIME")
A character vector of names
.(this,is,how,it,works)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.