ddpcr (version 1.15.2)

range_to_endpoints: Extract the two endpoints of a range

Description

Extract the two endpoints of a range

Usage

range_to_endpoints(range)

Arguments

Examples

Run this code
range_to_endpoints("B05:G09")   # c("B05", "G09")
range_to_endpoints("B05")       # c("B05", "B05")

Run the code above in your browser using DataLab