powered by
h_ttp opens the page coresponding to the mentionned address in the default browser.
h_ttp
h_ttp(..., char = NULL, https = TRUE, www = FALSE)
any format recognized by cnsc, except list. A regular web address.
cnsc
(name to) a character vector. Use this argument if ... fails or if you call the function from another function.
...
logical. Use https or http.
logical. Add www. to the address.
if (interactive()) { h_ttp("www.r-project.org") }
Run the code above in your browser using DataLab