htmlLink: Helper function to create html link

View source: R/htmlLink.R

htmlLinkR Documentation

Description

Helper function to create html link

Usage

htmlLink(url, text, target = "_blank")

Arguments

url

a character string the target URL

text

a character string the text displayed as HTML link

target

a character valid attribute for target

See Also

http://www.w3schools.com/tags/att_a_target.asp

Examples

## Not run: 
htmlLink("https://twitter.com/duc_qn", "@duc_qn")

## End(Not run)

d-qn/dqnTheme documentation built on April 17, 2025, 3:58 a.m.