sanitise.whitespace: Remove leading and trailing spaces and convert multiple to...

Description Usage Arguments Value Author(s) Examples

View source: R/text.R

Description

Convenience function for a series of gsub() calls.

Usage

1

Arguments

tt

a character vector.

Value

A character vector with leading and trailing spaces removed, and double spaces converted to single spaces.

Author(s)

Toby Johnson Toby.x.Johnson@gsk.com

Examples

1
sanitise.whitespace(c("  A to G", "A to  G", "A to G", "A    to G   "))

tobyjohnson/gtx documentation built on Aug. 30, 2019, 8:07 p.m.