listS: Create list with substituted names

Description Usage Arguments Value

View source: R/utilities.R

Description

listS creates a named list where names are substituted with the content of the referenced variable.

Usage

1
listS(..., indices_ = NULL)

Arguments

...

objects; if not named, listS is equilent to list. Names which should be substituted should start with a dot (.) or INDICES has to be provided.

indices_

character or numeric vector indicating the position of those list elements whose name should be substituted. If provided, dotted names are treated as original names and not substituted.

Value

A list with substituted names.


tdeenes/eegR documentation built on April 19, 2021, 4:17 p.m.