getReferenceCoordinates-methods | R Documentation |
(DEPRECATED) Queries the coordinates of an Excel named range in a workbook
.
## S4 method for signature 'workbook'
getReferenceCoordinates(object,name)
object |
The |
name |
The name to query. This argument is vectorized such that multiple names can be queried with one method call. |
This function is deprecated. Use getReferenceCoordinatesForName
instead.
Thomas Themel
Mirai Solutions GmbH https://mirai-solutions.ch
workbook
, createName
, existsName
,
removeName
, getReferenceFormula
## Not run:
# mtcars xlsx file from demoFiles subfolder of package XLConnect
demoExcelFile <- system.file("demoFiles/mtcars.xlsx", package = "XLConnect")
# Load workbook
wb <- loadWorkbook(demoExcelFile)
# Query reference coordinate for name 'mtcars'
print(getReferenceCoordinatesForName(wb, name = "mtcars"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.