web {websearchr}R Documentation

Access Domain

Description

Improve your workflow by accessing web directly from R console.

Usage

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

web("r-project.org")

[Package websearchr version 0.0.3 Index]