Description Usage Arguments Examples
Rounds numbers two the second digit, and returns them as a character
in two digits. Useful for number consistency during visualization.
1 |
data |
1 2 3 4 | two_digits(4.5664)
"4.57"
two_digits(0.1)
"0.10"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.