p_tidy | R Documentation |
Internal function, not called directly
p_tidy(x, digits, prefix = "=")
x |
Numeric vector of values to round |
digits |
Integer of length one: value to round to. |
prefix |
Appended in front of values for use with |
e.g. for 3 decimal places I want 0.100, not 0.1. Note this function with convert 0.000 to <0.001. All other values are prefixed with "=" by default
Vector of strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.