Learn R Programming

samatha (version 0.41)

link.to: link tag representaion

Description

Wraps content in an HTML hyperlink with the supplied URL

Usage

link.to(url, ..., opts = list())

Arguments

url
character the url the link points to
...
the content of the tag
opts
list of optional tag attributes

Value

character

Examples

Run this code
link.to("www.google.com", "Google")

Run the code above in your browser using DataLab