left: Left Part of a String

View source: R/utils.R

leftR Documentation

Left Part of a String

Description

Left Part of a String

Usage

left(x, n)

Arguments

x

vector of character

n

number of characters to be kept from the beginning of each character string within x

Value

vector of character

Examples

left("Good Morning", 4)


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.