mid: mid

midR Documentation

mid

Description

Behaves like Excel's LEFT, RIGHT, and MID functions Author: Bryce Chamberlain.

Usage

mid(string, start, nchars)

Arguments

string

String to process.

start

Index (1-index) to start at.

nchars

Number of characters to read in from start.

Examples

mid( "leftmidright", 5, 3 )

easyr documentation built on March 31, 2023, 6:22 p.m.

Related to mid in easyr...