wrap.rd0: Round a number

Description Usage Arguments Examples

View source: R/wrap.rd0.R

Description

Rounds a number and includes the leading zero. (This is a helper function that will be called by other functions in this package.)

Usage

1
wrap.rd0(num, places = 2)

Arguments

num

The number that will be rounded

places

The number of decimal places to which to round the number

Examples

1
wrap.rd0(num = 0.0145, places = 3)

michaelkardas/behavioralwrappers documentation built on Jan. 2, 2020, 7:46 a.m.