blob: 17cfc9cb0ce62ffe8f88d4df053a2c925a38cf2e [file] [log] [blame]
ben-aaron188287b30b2022-09-11 16:46:37 +02001% 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{
7to_numeric(x)
8}
9\arguments{
10\item{x}{a character vector of numeric values}
11}
12\value{
13A numeric vector
14}
15\description{
16Converts a character vector of numeric values into a numeric vector
17}
18\examples{
19to_numeric('12312')
20}