make_list: Takes any number of R objects as arguments and returns a list...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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

Usage

1

Arguments

...

any R objects

Value

a list as described above

Examples

1
2
3
4
5
6
#create three example variables for a list
x <- 1
y <- 2
z <- "hello"
#display the results
make_list( x , y , z )

oslerinhealth/spotgear documentation built on May 25, 2021, 10:38 p.m.