cast_numeric | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.