View source: R/functions_file_helpers.R
is_url | R Documentation |
check if character f is a valid URL
is_url(f)
f |
a character possibly containing a URL |
TRUE if f looks like a URL
is_url("not_a_url") is_url("ftp://is_a_url")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.