View source: R/is_one_string_that_is_a_number.R
is_one_string_that_is_a_number | R Documentation |
General function to create a distribution.
is_one_string_that_is_a_number(x)
x |
the object that may be one string that may be a number |
TRUE is 'x' is one string that is a number
Richèl J.C. Bilderbeek
# TRUE
is_one_string_that_is_a_number("3.14")
# FALSE
is_one_string_that_is_a_number(c("3.14", "42"))
is_one_string_that_is_a_number("")
is_one_string_that_is_a_number(42)
is_one_string_that_is_a_number("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.