aref | R Documentation |
Constructs an Excel area reference
aref(topLeft, dimension)
topLeft |
Top left corner. Either a |
dimension |
Dimensions ( |
Returns the area reference (character
) for the specified top left cell and dimension.
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
aref2idx
, idx2aref
,
idx2cref
, col2idx
, idx2col
## Not run:
aref("A1", dim(mtcars))
aref(c(1, 1), dim(mtcars))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.