Skip to contents

Internal class for storing format specifications.

Usage

FormatSpec(
  pattern = character(0),
  null_format = "--",
  empty_format = "",
  neg_format = "sign",
  int_width = NULL,
  dec_width = NULL,
  auto_int = FALSE,
  auto_dec = FALSE,
  dec_adjust = 0L
)