an: an - short-cut to 'as.numeric'

View source: R/ac_an.R

anR Documentation

an - short-cut to 'as.numeric'

Description

Short-cut wrapper for (as.character

Usage

an(x, ...)

Arguments

x

object to be coerced or tested.

...

further arguments passed to or from other methods.

Value

numeric type vector

Examples


x <- c("1", "2", "3", "4")
an(x)


marchtaylor/sinkr documentation built on June 15, 2025, 1:17 a.m.