Description Usage Arguments Value Examples
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
1 | remove_whitespaces(string, beginning = FALSE, end = FALSE)
|
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 |
string bez bialych znaków
1 | remove_whitespaces(" ad asd as ", beginning = FALSE, end = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.