num_print: Numbering printing with signed zeroes and trailing zeroes

View source: R/programming_helpers.R

num_printR Documentation

Numbering printing with signed zeroes and trailing zeroes

Description

This function will print exactly the amount of digits requested as well as signed zeroes when appropriate (e.g, -0.00).

Usage

num_print(x, digits = getOption("jtools-digits", 2), format = "f")

Arguments

x

The number(s) to print

digits

Number of digits past the decimal to print

format

equal to "d" (for integers), "f", "e", "E", "g", "G", "fg" (for reals). Default is "f"


jacob-long/JTools documentation built on Jan. 11, 2024, 3 a.m.