Check if text is a relative link or URL
is_link(text)
text
A character string
TRUE or FALSE
is_link("www.google.com") is_link("figs/plot.png")