htmlLink | R Documentation |
Helper function to create html link
htmlLink(url, text, target = "_blank")
url |
a character string the target URL |
text |
a character string the text displayed as HTML link |
target |
a character valid attribute for target |
http://www.w3schools.com/tags/att_a_target.asp
## Not run:
htmlLink("https://twitter.com/duc_qn", "@duc_qn")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.