htmlLink: Helper function to create html link

View source: R/htmlLink.R

htmlLinkR Documentation

Helper function to create html link

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/tamTheme documentation built on Feb. 8, 2023, 10:46 a.m.