Learn R Programming

websearchr (version 0.0.1)

web: Access Domain

Description

Improve your workflow by accessing web directly from R console.

Usage

web(address, https = TRUE, suppressWWW = FALSE)

open(address, https = TRUE, suppressWWW = FALSE)

Arguments

address

Open a web address. No quotation marks required!

https

if FALSE "http" will be used instead of the default "https".

suppressWWW

if TRUE "www" will be suppressed and the user input will follow directly after https://

Examples

Run this code
# NOT RUN {
web(r-project.org) # no quotation marks 
open(github.com) # no quotation marks 
# }

Run the code above in your browser using DataLab