aref {XLConnect} | 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 http://www.mirai-solutions.com
aref2idx
, idx2aref
,
idx2cref
, col2idx
, idx2col
aref("A1", dim(mtcars)) aref(c(1, 1), dim(mtcars))