Rdocumentation
powered by
Learn R Programming
season (version 0.2-6)
nochars-internal: 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.
Examples
Run this code
nochars(
'adrian.(0)'
)
Run the code above in your browser using
DataLab