h_ttp {RWsearch} | R 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 |
char |
(name to) a character vector. Use this argument if
|
https |
logical. Use https or http. |
www |
logical. Add www. to the address. |
Examples
if (interactive()) {
h_ttp("www.r-project.org")
}
[Package RWsearch version 5.1.4 Index]