Nothing
Code
print_percent(0.52366)
Output
[1] "52.4%"
Code
print_percent(0.52366, accuracy = 0.01)
Output
[1] "52.37%"
Code
print_currency(234)
Output
[1] "234"
Code
print_currency(234, prefix = "$")
Output
[1] "$234"
Code
print_currency(234, suffix = " PLN")
Output
[1] "234 PLN"
Code
print_currency(1234567.123456)
Output
[1] "1,234,567"
Code
print_currency(1234567.123456, accuracy = 0.01)
Output
[1] "1,234,567.12"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.