h_ttp | R Documentation |
h_ttp
opens the page coresponding to the mentionned address in the default browser.
h_ttp(..., char = NULL, https = TRUE, www = FALSE)
... |
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. |
if (interactive()) {
h_ttp("www.r-project.org")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.