View source: R/extract.character.r
extract.character | R Documentation |
Takes character string and parses the character input from it, if available
extract.character(x, collapse = FALSE)
x |
A character or numeric string. |
collapse |
A boolean, should the character vector returned by collapsed (see |
A character string or vector if the input has multiple character blocks.
extract.number
extract.character(x = "df12Lee31df")
extract.character(x = "df1231df", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.