View source: R/numeric_format.R
forCur | R Documentation |
Formats a numeric vector to the desired units and concommitant styling
forCur(x) forCurGBP(x) forCurArea(x) forCurAreaGBP(x)
x |
A numeric of any length |
A formated character string
forCurGBP
: Add Sterling sign
forCurArea
: Add meter sq. signs for areas
forCurAreaGBP
: Add Sterling and per meter sq. signs for cost per area
forCur(405556) forCurGBP(346236) forCurArea(452) forCurAreaGBP(236)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.