list2here: dump variables from a list to the parent frame

Description Usage Arguments

View source: R/helpers.R View source: R/helpers.R

Description

dump variables from a list to the parent frame

dump variables from a list to the parent frame

Usage

1
2
3
list2here(x, var_names, overwrite)

list2here(x, var_names, overwrite)

Arguments

x

list containing variables

var_names

character vector containing names of variables to dump into parent frame

overwrite

optional parameter controlling the behaviour if any variables with the same name(s) alraedy exist in the parent frame. If set to "warn", throws a warning; if set to "error", throws an error

x

list containing variables

var_names

character vector containing names of variables to dump into parent frame

overwrite

optional parameter controlling the behaviour if any variables with the same name(s) alraedy exist in the parent frame. If set to "warn", throws a warning; if set to "error", throws an error


jameshay218/vaxedemic documentation built on Jan. 30, 2020, 2:58 a.m.