round3: Round 3

View source: R/dataWranglingCleaning.R

round3R Documentation

Round 3

Description

Rounds the number to three decimal points. If the value < .001 than a label "<.001" is used. Removes leading zeros.

Usage

round3(x)

Arguments

x

a number or a numeric vector

Value

a string or a character vector

Examples

round3(c(0.033, 0.1, 0.0002))

matschmitz/schmitz documentation built on May 15, 2022, 4:15 p.m.