range_to_endpoints: Extract the two endpoints of a range

range_to_endpointsR Documentation

Extract the two endpoints of a range

Description

Extract the two endpoints of a range

Usage

range_to_endpoints(range)

Examples

range_to_endpoints("B05:G09")   # c("B05", "G09")
range_to_endpoints("B05")       # c("B05", "B05")

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.