Description Usage Arguments Value Examples
as.symbols and syms are functions potentially useful
in connection with Foreach.
as.symbols produces a list of symbols from a character vector,
while syms returns a list of symbols from symbols given as arguments,
but it can be used to construct patterns of symbols.
| 1 2 | as.symbols(x)
syms(...,paste=FALSE,sep="")
 | 
| x | a character vector | 
| ... | character strings or (unquoted) variable names | 
| paste | logical value; should the character strings
 | 
| sep | a separator string, passed to  | 
A list of language symbols (results of as.symbol - not graphical
symbols!).
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.