web: Access Domain

Description Usage Arguments Examples

View source: R/web.R

Description

Improve your workflow by accessing web directly from R console.

Usage

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

Arguments

address

The web address you want to open, encapsulated in " ".

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

1
web("r-project.org")

fschaffner/websearchr documentation built on Sept. 28, 2019, 10:15 a.m.