inst/examples/ie.S

library(RDCOMClient)

# Internet explorer.

a = COMCreate("InternetExplorer.application")	

a[["Visible"]] <- TRUE

# Go to a new page.
a$Navigate2("http://www.omegahat.net/")
omegahat/RDCOMClient documentation built on July 24, 2022, 5:45 a.m.