ac: ac - short-cut to 'as.character'

View source: R/ac_an.R

acR Documentation

ac - short-cut to 'as.character'

Description

Short-cut wrapper for (as.numeric

Usage

ac(x, ...)

Arguments

x

object to be coerced or tested.

...

further arguments passed to or from other methods.

Value

character type vector

Examples


x <- 1:4
ac(x)


marchtaylor/sinkr documentation built on July 4, 2022, 5:48 p.m.