as.mynumeric: coerce an object of type "numeric"

View source: R/myFlextable.R

as.mynumericR Documentation

coerce an object of type "numeric"

Description

coerce an object of type "numeric"

Usage

as.mynumeric(x)

Arguments

x

A vector

Examples

x=c("1,200","2","3.5")
x=factor(3:1)
x=c(1:3,"tt")
as.mynumeric(x)

rrtable documentation built on April 5, 2022, 9:08 a.m.