assignList: Assign the elements of a named list to the enclosing...

Description Usage Arguments Value

View source: R/utilities.R

Description

assignList assigns the elements of a named list to the enclosing environment. Be aware that the function does not check if an object with the same name exists in the enclosing environment - if it exists, it will be overwritten.

Usage

1
assignList(listdat, verbose = TRUE, overwriteGlobal = FALSE)

Arguments

listdat

a list with named elements

verbose

a logical variable (default: TRUE) which determines if a warning should be sent to the console

overwriteGlobal

a logical variable (default FALSE) which determines if the function is allowed to write to the global environment

Value

The function is invoked for its side effect, which is assigning list elements to the enclosing environment


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