ddpcr (version 1.11)

is_range: Is the given parameter a range?

Description

Is the given parameter a range?

Usage

is_range(x)

Arguments

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataCamp Workspace