getCellRefs | R Documentation |
Return excel cell coordinates from (x,y) coordinates
getCellRefs(cellCoords)
cellCoords |
A data.frame with two columns coordinate pairs. |
Excel alphanumeric cell reference
Philipp Schauberger, Alexander Walker
getCellRefs(data.frame(1, 2))
# "B1"
getCellRefs(data.frame(1:3, 2:4))
# "B1" "C2" "D3"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.