| qw | R Documentation |
qw Takes an unquoted vector and adds quotes to it like the qw function in perl.
qw(...)
... |
Any unquoted strings |
This is a helper function for data processing. Honestly, I use qw all the time in other languages, and wanted a version for R.
A vector
Jarrett Byrnes.
c("a", "b")
qw(a, b)
# qw - a helper function that we
# will use later to deal with strings
# analagous to qw in PERL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.