cast_percentage {xlcharts} | R Documentation |
Explicitly convert a string to numeric value and format as a percentage
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.inference.html
cast_percentage(value, ...)
value |
value |
... |
Additional arguments, i.e. kwargs. |
An numeric value.
## Not run:
cast_percentage(value = "50%")
## End(Not run)