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