aref2idx | R Documentation |
Converts Excel cell references to row and column based cell references
aref2idx(x)
x |
|
Returns a numeric matrix with four columns and as many rows as cell references that have been provided. The first two columns represent the coordinates of the top left corner (row, column) and the third and fourth columns represent the bottom right corner of the referenced area.
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
idx2aref
, aref
, cref2idx
,
idx2cref
, col2idx
, idx2col
## Not run:
aref2idx(c("A1:B6", "B6:C17"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.