report: Report formatted number

View source: R/motley_functions.R

reportR Documentation

Report formatted number

Description

Report a number, rounded to a specific number of decimals (defaults to two), using formatC. Intended for 'R Markdown' reports.

Usage

report(x, digits = 2, equals = TRUE)

Arguments

x

Numeric. Value to be reported

digits

Integer. Number of digits to round to.

equals

Logical. Whether to report an equals (or: smaller than) sign.

Value

An atomic character vector.

Author(s)

Caspar J. van Lissa

Examples

report(.0234)

tidySEM documentation built on Oct. 25, 2023, 1:06 a.m.