Description Usage Arguments Examples
Parameters for num2str
can be specified as vectors indicating the
columns to which values apply, with NA interpreted as using the default value
1 2 3 4 5 6 7 8 9 | num2str.tibble(
tbl,
precision = 2,
isProportion = F,
truncateZeros = F,
prefix = "",
minPrefix = NA,
...
)
|
tbl |
tibble to execute num2str |
precision |
decimal places to preserve |
isProportion |
whether to strip leading 0 for 0.x values |
truncateZeros |
whether to strip trailing 0s |
prefix |
prefix for the number string (e.g. " = ") |
minPrefix |
for transforming numbers like .000 into < .001 |
... |
Arguments passed on to
|
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.