tk2reg {tcltk2} | R Documentation |
These functions are Windows-specific. They issue an error on other platforms.
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)
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. |