div_round_paygap: Rounds all numbers in the paygap data-frame

Description Usage Arguments Value Examples

View source: R/div_round_paygap.R

Description

This function all numbers to zero decimals, except the paygap (which is rounded to 2 decimals):

Usage

1

Arguments

x

paygap object (output of div::div_paygap())

Value

the paygap data-frame (tibble only, not the whole paygap object)

Examples

1
2
3

div documentation built on May 6, 2021, 9:06 a.m.

Related to div_round_paygap in div...