Description Usage Arguments Value Examples
Roger Peng's listlabeling challenge from http://simplystatistics.tumblr.com/post/11988685443/computing-on-the-language. Code copied from https://gist.github.com/ajdamico/1329117/0134148987859856fcecbe4446cfd37e500e4272
1  | 
... | 
 any R objects  | 
a list as described above
1 2 3 4 5 6  | #create three example variables for a list
x <- 1
y <- 2
z <- "hello"
#display the results
makeList( x , y , z )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.