div_round_paygap {div} | R Documentation |
This function all numbers to zero decimals, except the paygap (which is rounded to 2 decimals):
div_round_paygap(x)
x |
paygap object (output of div::div_paygap()) |
the paygap data-frame (tibble only, not the whole paygap object)
d <- div_fake_team()
pg <- div_paygap(d)
div_round_paygap(pg)