parse_char_resp | R Documentation |
Simple function converts character correctness to numeric one.
parse_char_resp(x, delim = "-", convert_numeric = TRUE)
x |
The character vector to be parsed. |
delim |
Delimiter used to join correctness when forming the character.
Usually is hyphen (i.e., |
convert_numeric |
A logical value indicating if the values should be
converted to |
A list of the parsed result, the same length as the input vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.