income_nok2other: Translate NOK to other currency

View source: R/income-funcs.R

income_nok2otherR Documentation

Translate NOK to other currency

Description

In order to compare income in Norway to other countries, currency conversions might be necessary. This function multiplies with the rate provided.

Usage

income_nok2other(x, rate = 0.1)

Arguments

x

currency

rate

currency translation rate (defaul 0.10 for euro)

Value

numeric

Examples

income_nok2other(c(100, 2930, 13649))
income_nok2other(c(100, 2930, 13649), 0.5)

LCBC-UiO/Questionnaires documentation built on July 18, 2023, 6:45 p.m.