fmt_dig {adaptr}R Documentation

Format digits before printing

Description

Used internally.

Usage

fmt_dig(x, dig)

Arguments

x

numeric, the numeric value(s) to format.

dig

single integer, the number of digits.

Value

Formatted character string.


[Package adaptr version 1.4.0 Index]