unstring: Auxiliary function that converts a vector of strings into an...

Description Usage Arguments Value Examples

View source: R/wweights.R

Description

Auxiliary function that converts a vector of strings into an expression containing variable names.

Usage

1

Arguments

vector

Vector of variable names (strings).

Value

An expression for the list of variable names that are not strings.

Examples

1
ivmte:::unstring(c("a", "b"))

Example output

expression(c(a, b))

ivmte documentation built on Sept. 17, 2021, 5:06 p.m.