print_dec: Function to force print to desired number of decimal points

View source: R/print_dec.R

print_decR Documentation

Function to force print to desired number of decimal points

Description

Function to force print to desired number of decimal points

Usage

print_dec(x, digits = 2)

Arguments

x

Numeric Value

digits

Number of digits to force printed

Value

character representation of numeric value with desired number of floating points

Examples

TBD

Ajfrick/ajfhelpR documentation built on June 30, 2023, 12:56 a.m.