percent_to_float {baizer} | R Documentation |
from percent number to float number
percent_to_float(x, digits = 2, to_double = FALSE)
x |
percent number character |
digits |
hold n digits after the decimal point |
to_double |
use double output |
float character or double of x
percent_to_float("12%")