get_url_scheme | R Documentation |
Get URL scheme ('http://', etc.)
get_url_scheme(url, colonslashes = TRUE)
url |
string or vector of strings of URLs |
colonslashes |
whether to include '://' and ':', defaults to TRUE Not included when scheme is missing |
get_url_scheme("http://example.com") get_url_scheme("https://www.example.org/index.html") get_url_scheme("s3://hfty-test-bucket/dir1/file.txt", colonslashes = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.