num: Format a numeric vector in a tibble

View source: R/num.R

numR Documentation

Format a numeric vector in a tibble

Description

These functions are reexported as tibble::num() and tibble::set_num_opts().

Usage

num(
  x,
  ...,
  sigfig = NULL,
  digits = NULL,
  label = NULL,
  scale = NULL,
  notation = c("fit", "dec", "sci", "eng", "si"),
  fixed_exponent = NULL,
  extra_sigfig = NULL
)

set_num_opts(
  x,
  ...,
  sigfig = NULL,
  digits = NULL,
  label = NULL,
  scale = NULL,
  notation = c("fit", "dec", "sci", "eng", "si"),
  fixed_exponent = NULL,
  extra_sigfig = NULL
)

r-lib/pillar documentation built on March 9, 2024, 10:14 a.m.