Learn R Programming

MplusAutomation (version 1.1.1)

clipString: Clip String

Description

To do: add any details.

Usage

clipString(string, start, end)

Value

A string from start to end

Arguments

string

A string to be clipped

start

The character position to start at

end

The character position to end at