left {easyr}R Documentation

left

Description

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

Usage

left(string, char)

Arguments

string

String to process.

char

Number of characters.

Examples

left( "leftmidright", 4 )

[Package easyr version 0.5-11 Index]