selfname_list: Name a List's Elements After Itself

View source: R/utils.R

selfname_listR Documentation

Name a List's Elements After Itself

Description

Name a List's Elements After Itself

Usage

selfname_list(...)

Arguments

...

Elements of the list. If unnamed, they are named after themselves

Details

This function gathers a collection of objects in a list. Names are quoted directly from the expressions passed via .....

Value

A list containing the elements of ..., named as described above.

Examples

selfname_list(mtcars, iris, y = 1:5)

ryan-heslin/RegLesson documentation built on Aug. 5, 2022, 9:03 p.m.