range_to_endpoints {ddpcr} | R 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")
[Package ddpcr version 1.15.2 Index]