lst_mv: Var tools

View source: R/var_tools.R

lst_mvR Documentation

Var tools

Description

Move the var to a new specified list.

Usage

lst_mv(..., names = NULL, rm = TRUE)

Arguments

...

vars.

names

character, the names of vars. eg: ls(pattern = "aa").

rm

logical, whether to delete the variable.

Value

new list

Examples

a01 <- 1
a02 <- 2
b03 <- 1
all <- lst_mv(b03, names = ls(pattern = "a0"))

yanpd01/yyeasy documentation built on Dec. 1, 2022, 10:58 p.m.