assign_values: Assign the values of variables (specifed by name in a source...

View source: R/support.r

assign_valuesR Documentation

Assign the values of variables (specifed by name in a source character vector) to another set of variables (specifed by name in a dest character vector). Will modify variables in enclosing environments.

Description

Assign the values of variables (specifed by name in a source character vector) to another set of variables (specifed by name in a dest character vector). Will modify variables in enclosing environments.

Usage

assign_values(dest_var_names, src_var_names)

Arguments

dest_var_names

a character vector of variable names to be assigned

src_var_names

a parallel character vector of variable names supplying the values to


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.