View source: R/cast_percentage.R
| cast_percentage | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.