.is_url {dlr}R Documentation

Determine if Path is a URL

Description

Determine if Path is a URL

Usage

.is_url(source_path)

Arguments

source_path

Character; the path to check.

Value

Logical indicating whether that looks like a url (TRUE if it starts with http://, http://, http://, or http://, FALSE otherwise).


[Package dlr version 1.0.1 Index]