is_range | R Documentation |
Is the given parameter a range?
is_range(x)
is_range("C05") # FALSE
is_range(c("C05", "F05")) # FALSE
is_range("C05") # FALSE
is_range("C05, F05") # TRUE
is_range("C05:F05") # TRUE
is_range("C05.F05") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.