Learn R Programming

tidySEM (version 0.1.9)

mplus_expand_names: Expand abbreviated Mplus variable names

Description

Expand the Mplus syntax for abbreviating lists of variable names.

Usage

mplus_expand_names(x)

Arguments

x

Atomic character string containing the variable names section of an Mplus syntax file.

Value

Character vector of names.

Examples

Run this code
# NOT RUN {
mplus_expand_names("test1-test12")
# }

Run the code above in your browser using DataLab