library(SWinRegistry)
createRegistryKey("SOFTWARE", "R-core", .BuiltinKeys[4])
createRegistryKey(c("SOFTWARE", "R-core"), "RDCOMServer", .BuiltinKeys[4])
setRegistryValue(c("SOFTWARE", "R-core", "RDCOMServer"), "R_HOME", Sys.getenv("R_HOME"), top =.BuiltinKeys[4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.