Convert a string with a URL to a link

linkify(
  href,
  text = shorten(href),
  title = href,
  target = c("href", "PID", "titlesearch", "freetextsearch", "DOI", "ScopusID", "ISSN",
    "ISBN", "ISI", "ORCID", "PMID")
)

Arguments

href

the link

text

the text to show for the link, by default shortened href

title

the tooltip, by default the href

target

the type of link to make