percent_to_numeric.Rd
Convert a vector of percents (strings) to a numeric vector.
percent_to_numeric(perc)
A vector of strings
percent_to_numeric(c("32.4%", "1.2%")) #> [1] 32.4 1.2