| ben-aaron188 | 287b30b | 2022-09-11 16:46:37 +0200 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/utils.R | ||||
| 3 | \name{to_numeric} | ||||
| 4 | \alias{to_numeric} | ||||
| 5 | \title{Convert character vector of numeric values into a numeric vector} | ||||
| 6 | \usage{ | ||||
| 7 | to_numeric(x) | ||||
| 8 | } | ||||
| 9 | \arguments{ | ||||
| 10 | \item{x}{a character vector of numeric values} | ||||
| 11 | } | ||||
| 12 | \value{ | ||||
| 13 | A numeric vector | ||||
| 14 | } | ||||
| 15 | \description{ | ||||
| 16 | Converts a character vector of numeric values into a numeric vector | ||||
| 17 | } | ||||
| 18 | \examples{ | ||||
| 19 | to_numeric('12312') | ||||
| 20 | } | ||||