htmlLink: Helper function to create html link

Description Usage Arguments See Also Examples

Description

Helper function to create html link

Usage

1
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

1
2
3
4
## Not run: 
htmlLink("http://www.swissinfo.ch/eng", "swi")

## End(Not run)

d-qn/swiRcharts documentation built on May 14, 2019, 3:04 p.m.