make_list | R Documentation |
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
make_list(...)
... |
any R objects |
a list as described above
#create three example variables for a list
x <- 1
y <- 2
z <- "hello"
#display the results
make_list( x , y , z )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.