getDefinedNames-methods {XLConnect} | R Documentation |
Retrieving defined names in a workbook
Description
Retrieves the defined names in a workbook
.
Usage
## S4 method for signature 'workbook'
getDefinedNames(object, validOnly)
Arguments
object |
The |
validOnly |
If |
Author(s)
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
See Also
workbook
, createName
, removeName
,
existsName
, readNamedRegion
,
writeNamedRegion
Examples
## Not run:
# mtcars xlsx file from demoFiles subfolder of package XLConnect
mtcarsFile <- system.file("demoFiles/mtcars.xlsx", package = "XLConnect")
# Load workbook
wb <- loadWorkbook(mtcarsFile)
# Retrieve defined names with valid references
getDefinedNames(wb)
## End(Not run)
[Package XLConnect version 1.0.10 Index]