View source: R/programming_helpers.R
num_print | R Documentation |
This function will print exactly the amount of digits requested
as well as signed zeroes when appropriate (e.g, -0.00
).
num_print(x, digits = getOption("jtools-digits", 2), format = "f")
x |
The number(s) to print |
digits |
Number of digits past the decimal to print |
format |
equal to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.