Fci: Format Interval

Description Usage Arguments

View source: R/format.R

Description

Inline formula formatting of columns representing lower and upper bound of an interval where the results are of the form 'mn (cil, ciu)'

Usage

1
Fci(cil, ciu, mn = NA, digits = 2, nsmall = 2, NAmiss = TRUE)

Arguments

cil

column name representing lower interval

ciu

column name representing upper interval

mn

column name representing a mean

digits

see format

nsmall

see format

NAmiss

present NA as white space


dprint documentation built on May 2, 2019, 6:19 p.m.

Related to Fci in dprint...