# test_that("convertTextToNumeric", {
#
# text_value <- "1,200,000.34"
# testthat::expect_true( semseeker:::convertTextToNumeric(text_value)==1200000.34 )
#
# text_value <- "1.200.000,34"
# testthat::expect_true( semseeker:::convertTextToNumeric(text_value)==1200000.34 )
#
# }
# )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.