Learn R Programming

remedy (version 0.1.0)

is_link: 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

Run this code
# NOT RUN {
is_link("www.google.com")
is_link("figs/plot.png")
# }

Run the code above in your browser using DataLab