powered by
This function all numbers to zero decimals, except the paygap (which is rounded to 2 decimals):
div_round_paygap(x)
paygap object (output of div::div_paygap())
the paygap data-frame (tibble only, not the whole paygap object)
# NOT RUN { d <- div_fake_team() pg <- div_paygap(d) div_round_paygap(pg) # }
Run the code above in your browser using DataLab