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