RegistryKeyContents-class | 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
:Object of class "list"
a named list giving the value entries in this key.
folders
:Object of class "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
getRegistry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.