pct_round: Divide numerator by denominator and round to specified digits

Description Usage Arguments Value

View source: R/pct_round.R

Description

Divide numerator by denominator and round to specified digits

Usage

1
pct_round(numerator, denominator, n = 1)

Arguments

numerator

Numerator in calcualting percentage.

denominator

Denominator in calculating percentage.

n

the number of digits in the field

Value

number


dpowerstp/tpfuncts documentation built on Dec. 20, 2021, 1:12 a.m.