R/report-helpers.R
link.Rd
Make an html link
link(url, text = url, new_window = TRUE, type = "")
the URL to link to
the text to link
whether to open in a new window
handle common links, like "doi" ()
string
link("https://scienceverse.org") #> [1] "<a href='https://scienceverse.org' target='_blank'>scienceverse.org</a>"