character2integer {hutilscpp} | R Documentation |
Character to numeric
Description
Character to numeric
Usage
character2integer(x, na.strings = NULL, allow.double = FALSE, option = 0L)
Arguments
x |
A character vector. |
na.strings |
A set of strings that shall be coerced to |
allow.double |
|
option |
Control behaviour:
|
[Package hutilscpp version 0.10.5 Index]