tk2reg {tcltk2} | R Documentation |
Manipulate the registry under Windows
Description
These functions are Windows-specific. They issue an error on other platforms.
Usage
tk2reg.broadcast()
tk2reg.delete(keyname, valuename)
tk2reg.deletekey(keyname)
tk2reg.get(keyname, valuename)
tk2reg.keys(keyname)
tk2reg.set(keyname, valuename, data, type = c("sz", "expand_sz", "multi_sz",
"dword", "dword_big_endian"))
tk2reg.setkey(keyname)
tk2reg.type(keyname, valuename)
tk2reg.values(keyname)
Arguments
keyname |
the name of the key. |
valuename |
a value in this key. |
data |
the data to place in the value. |
type |
the type of value in the registry. By default, it is 'sz', that is, an atomic string. |
[Package tcltk2 version 1.2-11 Index]