
Last chance! 50% off unlimited learning
Sale ends in
Extract the two endpoints of a range
range_to_endpoints(range)
range_to_endpoints("B05:G09") # c("B05", "G09")
range_to_endpoints("B05") # c("B05", "B05")
Run the code above in your browser using DataLab