.is_url {dlr} | R Documentation |
Determine if Path is a URL
.is_url(source_path)
source_path |
Character; the path to check. |
Logical indicating whether that looks like a url (TRUE
if it
starts with http://
, http://
, http://
, or
http://
, FALSE
otherwise).