str_left: Return the n number of characters from the left

View source: R/str_left.R

str_leftR Documentation

Return the n number of characters from the left

Description

Wrapper convenience function Analagous to 'str_right()'

Usage

str_left(x, n)

Arguments

x

String character to pass through

n

Integer specifying the number of characters to return from the left.

Examples

str_left("Wittgenstein", 7)


martinctc/textworks documentation built on Oct. 5, 2022, 8:09 p.m.