This function allows you to format percentages
percent_formatting(x)
the number you need to format
a string
percent_formatting(0.012)#> [1] "1.2 %"