powered by
Improve your workflow by accessing web directly from R console.
web(address, https = TRUE, suppressWWW = FALSE)
The web address you want to open, encapsulated in " ".
if FALSE "http" will be used instead of the default "https".
if TRUE "www" will be suppressed and the user input will follow directly after https://
# NOT RUN { web("r-project.org") # }
Run the code above in your browser using DataLab