Nothing
'.httpDefaultApp' <- function() {
prog <- try(utils::readRegistry("SoftwarE\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice"
,hive="HCU"))#["ProgId"][[1]])
if (inherits(prog,"try-error"))
return(NULL)
prog <- prog[[.grep("ProgID",names(prog))]]
br <- try(utils::readRegistry(paste0(prog,"\\shell\\open\\command")
,hive="HCR")[["(Default)"]])
if (inherits(br,"try-error"))
return(NULL)
br
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.