is_range: Is the given parameter a range?

is_rangeR Documentation

Is the given parameter a range?

Description

Is the given parameter a range?

Usage

is_range(x)

Examples

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

daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.