no_space: Remove All Spaces From a String

Description Usage Arguments Value Examples

View source: R/misc_tools.R

Description

Remove All Spaces From a String

Usage

1
no_space(x, replacement = "")

Arguments

x

a string

replacement

a string to sub for spaces

Value

a string with spaces removed

Examples

1
2
no_space("abcd efgh")
no_space("abcd efgh", replacement = "_")

burch-cm/kittius documentation built on March 11, 2021, 5:40 a.m.