is_link {remedy}R Documentation

Check if text is a relative link or URL

Description

Check if text is a relative link or URL

Usage

is_link(text)

Arguments

text

A character string

Value

TRUE or FALSE

Examples

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

[Package remedy version 0.1.0 Index]