range_to_endpoints | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.