compute: Do calculation, automatically converting type

View source: R/Utils.R

computeR Documentation

Do calculation, automatically converting type

Description

If input is character then converting to factor then to numeric

Usage

compute(x, y, FUN = "+", ...)

Arguments

x

scalar, vector

y

scalar, vector

FUN

function, default to add

...

extra args to FUN


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.