named_list: create a list where for each element the name of the variable...

View source: R/lib_conversions.R

named_listR Documentation

create a list where for each element the name of the variable is the key and the content is the variable content

Description

create a list where for each element the name of the variable is the key and the content is the variable content

Usage

named_list(...)

Arguments

...

comma seperated list of variables

Value

named list

Examples

a <- b <- c <- 1
named_list(a,b,c)

jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.