View source: R/q.n_decimals.R View source: R/q.GenDataFrame.R
q.n_decimals | R Documentation |
Round numbers up or down to specified decimal places and return a string
Round numbers up or down to specified decimal places and return a string
q.n_decimals(x, k) q.n_decimals(x, k)
x |
Number |
k |
Number of decimal places |
Returns a string
Returns a string
Abdul Malik Sulley
Abdul Malik Sulley
q.n_decimals(2.239849223, 3) ## 2.240 q.n_decimals(2.239849223, 3) ## 2.240
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.