Learn R Programming

gwasrapidd (version 0.99.17)

tws: Trim whitespace.

Description

This function removes leading and trailing white space from strings. Note: this function does no checking on input for performance reasons. So make sure the input is really a character vector.

Usage

tws(x)

Value

A character vector.

Arguments

x

A character vector.