| aref {XLConnect} | R Documentation | 
Constructing Excel area references
Description
Constructs an Excel area reference
Usage
aref(topLeft, dimension)
Arguments
topLeft | 
 Top left corner. Either a   | 
dimension | 
 Dimensions (  | 
Value
Returns the area reference (character) for the specified top left cell and dimension.
Author(s)
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
See Also
aref2idx, idx2aref,
idx2cref, col2idx, idx2col
Examples
## Not run: 
aref("A1", dim(mtcars))
aref(c(1, 1), dim(mtcars))
## End(Not run)
[Package XLConnect version 1.0.10 Index]