rvn_substrMLeft: substring minus characters from the Left

View source: R/rvn_utilities.R

rvn_substrMLeftR Documentation

substring minus characters from the Left

Description

Returns a string x with n characters removed from the left side of the string.

Usage

rvn_substrMLeft(x, n)

Arguments

x

a string to manipulate

n

number of characters to remove from the left side of the string

See Also

rvn_substrRight for using n characters from the right side of string,

rvn_substrLeft for using n characters from the left side of string

rvn_substrMRight for removing n characters from the right side of a string

Examples


rvn_substrMLeft("hello world",3)
# returns "lo world"


rchlumsk/RavenR documentation built on April 19, 2024, 5:15 a.m.