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


GHBolstad/evolvability documentation built on Feb. 12, 2023, 5:06 a.m.