resolveKey-methods {SWinRegistry} | R Documentation |
Verify key is in registry
Description
These methods organize the key specification into
a RegistryKeyPath
and verify that
it exists within the registry.
The methods differ in the form the key is specified.
Methods
- path = "character"
- the simple interactive version for specifying the key
as a single string or collection of strings.
- path = "RegistryKeyPath"
- the more formal version that provides the key as a structured
object of class
RegistryKeyPath
.
[Package
SWinRegistry version 0.3-3
Index]