make_links_clickable | R Documentation |
This internal helper function finds URL substrings in the input text and wraps them in HTML anchor tags with a line break so that they become clickable when rendered.
make_links_clickable(text)
text |
A character string. |
A character string with plain URLs replaced by clickable links.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.