parse_num | R Documentation |
Extract numeric values from a character string.
parse_num(x, as = c("numeric", "integer", "character"), all = FALSE)
x |
A character string. |
as |
A character vector describing the type of output values. One of c("numeric", "integer", "character"). |
all |
Should all numeric values be extracted? By default, parses the first numeric value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.