extract_scheme | R Documentation |
Extract the scheme from URL
extract_scheme(url)
url |
A character vector of URLs. |
A character vector containing the scheme from each URL.
extract_scheme(c("http://example.com", "https://example.com"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.