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")

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