Description Usage Arguments Examples
swap two variables in a given environment
| 1 | swap(x, y, envir = parent.frame())
 | 
| x | variable. in theory, any R object | 
| y | variable. in theory, any R object | 
| 1 2 3 | a <- 3
b <- 4
swap(a, b)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.