resolveKey {SWinRegistry}R Documentation

Verify key exists in registry

Description

This function and its methods provide a way to organize a key specification into a RegistryKeyPath and verify that it exists within the registry, identifying a valid key entry.

Usage

resolveKey(path = "", top = .BuiltinKeys[1])

Arguments

path the identifier for a registry key.
top the top-level key in which the path specification is found.

Value

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/SWinRegistry

Examples



[Package SWinRegistry version 0.3-3 Index]