View source: R/strings_utils.R
num_to_string | R Documentation |
Formats numeric to string used for features, images, ... values conversion when exporting to xml.
num_to_string(x, precision = 22)
x |
a numeric vector. |
precision |
number of significant decimal digits to keep. Default is 22. |
a string vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.