sanitize_number_encoding | R Documentation |
Ensure that we handle numbers encoded as '4.012.321,10' are properly (from the perspective of R using my encoding system) interpreted as 'four million twelve thousand three hundred twenty-one and one tenth.'
sanitize_number_encoding(numbers, df = NULL)
numbers |
Column of numbers. |
df |
optional df rather than just a vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.