nlist: Create a list from object names

Description Usage Arguments Examples

View source: R/shared.R

Description

Create a list from object names

Usage

1

Arguments

...

same as in a regular list

Examples

1
2
3
x <- 5
y <- 'stuff'
nlist(x, y)

iamamutt/mejr documentation built on May 18, 2019, 1:27 a.m.