Description Usage Arguments Details Value Examples
This function is useful for automatic conversion of strings to numeric
| 1 | rus2num(x)
 | 
| x | the string with the number | 
Russian standards prescribes to use comma as a decimal separator. This function removes spaces and converts string to number.
numeric the number converted from the string
| 1 | rus2num('34 345,34')
 | 
[1] 34345.34
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.