Deprecated compatibility wrapper for [assign_list()].

assignList(aList, pos = -1, envir = as.environment(pos), inherits = FALSE)

Arguments

aList

Deprecated; use `a_list`.

pos

Position of the target environment on the search path.

envir

Environment in which to assign the objects.

inherits

Passed through to [base::assign()].

Value

Invisibly returns `NULL`.