div_round_paygap {div}R Documentation

Rounds all numbers in the paygap data-frame

Description

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

Usage

div_round_paygap(x)

Arguments

x

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

Value

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

Examples

d <- div_fake_team()
pg <- div_paygap(d)
div_round_paygap(pg)

[Package div version 0.3.1 Index]