income_nok2other | R Documentation |
In order to compare income in Norway to other countries, currency conversions might be necessary. This function multiplies with the rate provided.
income_nok2other(x, rate = 0.1)
x |
currency |
rate |
currency translation rate (defaul 0.10 for euro) |
numeric
income_nok2other(c(100, 2930, 13649))
income_nok2other(c(100, 2930, 13649), 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.