View source: R/extract.number.r
extract.number | R Documentation |
Takes character string and parses the numeric input from it, if available.
extract.number(x)
x |
A character or numeric string. |
A numeric vector if the input has multiple character blocks.
If multiple blocks of numeric input exist wthin the input, only the first is parsed
extract.character
extract.number("c76")
extract.number("c76c7")
extract.number("BLOQ = 0.144")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.