string.blank.omit: Removes blanks in character string, including the leading and...

Description Usage Arguments Value Author(s) Examples

Description

Removes blanks in character string and returns string without blanks.

Usage

1

Arguments

string

Character string

Value

The function returns the string with blanks removed.

Author(s)

Frans Willekens

Examples

1
2
z <- string.blank.omit ("This is a test   ")
y <- string.blank.omit (" A B   C  ") 

Biograph documentation built on May 1, 2019, 8:48 p.m.