str_trim: Taken from 'trimws' for reasons of compatibility with...

View source: R/pxweb_interactive.R

str_trimR Documentation

Taken from trimws for reasons of compatibility with previous R versios.

Description

Taken from trimws for reasons of compatibility with previous R versios.

Usage

str_trim(x, which = c("both", "left", "right"))

Arguments

x

a string to trim.

which

how to trim the string.

See Also

trimws


pxweb documentation built on May 29, 2024, 2:28 a.m.