h_ttp: Open a Web Page in the Browser

View source: R/h_ttp.R

h_ttpR Documentation

Open a Web Page in the Browser

Description

h_ttp opens the page coresponding to the mentionned address in the default browser.

Usage

h_ttp(..., char = NULL, https = TRUE, www = FALSE)

Arguments

...

any format recognized by cnsc, except list. A regular web address.

char

(name to) a character vector. Use this argument if ... fails or if you call the function from another function.

https

logical. Use https or http.

www

logical. Add www. to the address.

Examples

if (interactive()) {
h_ttp("www.r-project.org")
}

RWsearch documentation built on March 18, 2022, 5:17 p.m.