transFormat: Transform and format

View source: R/modComp.r

transFormatR Documentation

Transform and format

Description

Apply a function to x, then round or signif before formatting

Usage

transFormat(x, fun = NULL, signif = NULL, round = NULL, skip = FALSE, ...)

Arguments

x

the object

fun

the function

signif

if non-NULL this is the 'digits' argument for signif

round

if non-NULL this is the 'digits' argument for round

skip

if TRUE format is skipped

...

arguments passed to base::format


renlund/ucR documentation built on March 25, 2023, 10:10 a.m.