remove_whitespaces: remove_whitespaces

Description Usage Arguments Value Examples

Description

removes whitespaves such as space, tab, nee line, non-breaking space; is vectorized; if beginnig and end are TRUE, then removes ALL whitespaces from string

Usage

1
remove_whitespaces(string, beginning = FALSE, end = FALSE)

Arguments

string

string;

beginning

logical; if TRUE, then removes whitespaces from the beginnig of string

end

logical; jeśli if FALSE, then removes whitespaces from the end of string

Value

string bez bialych znaków

Examples

1
remove_whitespaces("  ad  asd as  ", beginning = FALSE, end = TRUE)

Tazovsky/utilities documentation built on May 8, 2019, 11:43 a.m.