idx2cref | R Documentation |
Converts row & column indices to Excel cell references
idx2cref(x, absRow = TRUE, absCol = TRUE)
x |
Numeric (integer) matrix or vector of indices. If a matrix is provided it should have two columns with the first column representing the row indices and the second column representing the column indices (i.e. each row represents a index-based cell reference). If a vector is provided it will be converted to a matrix by filling the vector into a 2-column matrix by row. |
absRow |
Boolean determining if the row index should be considered absolute.
If |
absCol |
Boolean determining if the column index should be considered absolute.
If |
Returns a character vector of corresponding Excel cell references.
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
cref2idx
, idx2col
, col2idx
,
idx2aref
, aref2idx
, aref
## Not run:
idx2cref(c(5, 8, 14, 38))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.