is_link: Check if text is a relative link or URL

Description Usage Arguments Value Examples

Description

Check if text is a relative link or URL

Usage

1

Arguments

text

A character string

Value

TRUE or FALSE

Examples

1
2
is_link("www.google.com")
is_link("figs/plot.png")

remedy documentation built on May 2, 2019, 8:30 a.m.