unstring {ivmte}R Documentation

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

Description

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

Usage

unstring(vector)

Arguments

vector

Vector of variable names (strings).

Value

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

Examples

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

[Package ivmte version 1.4.0 Index]