unpack: unpack a list into the current (calling) environment this is...

View source: R/utils.R

unpackR Documentation

unpack a list into the current (calling) environment this is a replacement for with() (which is hard to debug) and attach() (which is frowned upon by CRAN/triggers package-check warnings) (for more traditional Python tuple unpacking see the zeallot package)

Description

unpack a list into the current (calling) environment this is a replacement for with() (which is hard to debug) and attach() (which is frowned upon by CRAN/triggers package-check warnings) (for more traditional Python tuple unpacking see the zeallot package)

Usage

unpack(x)

Arguments

x

a named vector or a list


bbolker/McMasterPandemic documentation built on Aug. 25, 2024, 6:35 p.m.