powered by
Roger Peng's listlabeling challenge from https://simplystatistics.tumblr.com/post/11988685443/computing-on-the-language. Code copied from https://gist.github.com/ajdamico/1329117/0134148987859856fcecbe4446cfd37e500e4272
make_list(...)
a list as described above
any R objects
#create three example variables for a list x <- 1 y <- 2 z <- "hello" #display the results make_list( x , y , z )
Run the code above in your browser using DataLab