inst/examples/IECrash.R

library(RDCOMClient)

# In the registry, there are entries for InternetExplorer.Application.
# HKEY_CLASSES_ROOT\CLSID\0002DF01 0000 0000 C000 000000000046
# and this has a typelib entry which is a GUID
# EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B

app = COMCreate("InternetExplorer.Application")
app$Navigate("http://www.r-project.org/about.html")

app$Document()$Body()$Text()
omegahat/RDCOMClient documentation built on July 24, 2022, 5:45 a.m.