Home
Press ? for keyboard navigation
❮
Operators comparing strings (characters)
Boolean (logical) operations
❯
as.numeric
Convert string (character) to numeric
as.numeric
examples/basics/convert_string_to_numeric.R
x
=
"2"
class
(
x
)
"character"
y
=
as.numeric
(
x
)
class
(
y
)
"numeric"
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)