nochars-internal {season}R Documentation

Remove letters and characters from a string

Description

Remove letters and characters from a string to leave only numbers. Removes all letters (upper and lower case) and the characters “.”, “(” and “)”. For internal use only.

Usage

nochars(text)

Arguments

text text string.

Author(s)

Adrian Barnett a.barnett@qut.edu.au

Examples

nochars('adrian.(0)')

[Package season version 0.2-3 Index]