.is_url | 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://
, https://
, ftp://
, or ftps://
, FALSE
otherwise).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.