round_and_format: Rounds and formats in the same function

View source: R/round_and_format.R

round_and_formatR Documentation

Rounds and formats in the same function

Description

round_and_format rounds and formats a numeric vector. This is useful for providing output for tables or plots in a standardized format.

Usage

round_and_format(
  x,
  digits = 2,
  sign_digits = NULL,
  scientific = FALSE,
  trim = TRUE
)

Arguments

x

A numeric vector.

digits

Number of decimal places.

sign_digits

Number of significant digits (if given this overrides digits).

scientific

logical: whether encoding should be in scientific notation or not.

trim

logical: if leading blanks for justification to common width should be excluded or not.

Value

Rounded and formatted values as characters.

Author(s)

Geir H. Bolstad


evolvability documentation built on June 8, 2025, 11:38 a.m.