pfround: Take a numeric and return its rounded value with set number...

Description Usage Arguments Value Examples

Description

Take a numeric and return its rounded value with set number of decimal points as a character.

Usage

1
pfround(x, digits)

Arguments

x

Any numeric value.

digits

Integer. Number of decimal points to report.

Value

Character vector.

Examples

1
2
pfround(x = 1/3,
        digits = 3)

gerasy1987/usefulr documentation built on Aug. 31, 2021, 4:25 p.m.