cref2idx | R Documentation |
Converts Excel cell references to row & column indices
cref2idx(x)
x |
Character vector of Excel cell references (e.g. "$A$20", "B18", ...) |
Returns a numeric matrix with two columns and as many rows as cell references that have been provided. The first column represents the row indices and the second column represents the column indices.
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
idx2cref
, col2idx
, idx2col
,
idx2aref
, aref2idx
, aref
## Not run:
cref2idx(c("$A$20", "B18"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.