RegistryKeyContents-class {SWinRegistry} | R Documentation |
This is used to give type information to a container for a an object that holds both the values in a registry key and also the sub-folders it houses. We make this a class rather than a simple list so that we can define methods on it such as restoring the structure in the registry, etc.
Objects can be created by calls of the form
getRegistry
values
:"list"
a named list giving the value entries in this key.folders
:"list"
a named list giving the sub-keys and their contents. No methods defined with class "RegistryKeyContents" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/SWinRegistry