Description Usage Arguments Details Value Examples
View source: R/io_operations.R
Convert russian numbers with comma into numeric
1 |
x |
vector of russian numbers, i.e. "45,34" |
Converts russian numbers with comma into numeric. Comma is replaced by dot and than 'as.numeric' is applied. Spaces are removed!
numeric vectors
1 | as_numeric_cyrillic(c("56,23", "-23,12"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.