build_link {biolink} | R Documentation |
Construct hypertext links
Description
Convert a bare url to a valid hyperlink formatted for a Markdown, HTML or LaTeX document.
Usage
build_link(url, text = NULL, title = NULL, format = "markdown")
Arguments
url |
URL where you want the link to point |
text |
displayed text |
title |
link title, often used in tooltips |
format |
generate links using |
Examples
build_link("https://r-project.org", "R", "The R Project")
[Package biolink version 0.1.8 Index]