is_url | R Documentation |
Check if the input is url e.g. http:// or ftp://
is_url(path, protocols = c("http", "https", "ftp", "ftps", "fttp", "fttps"))
path |
Path to local file or remote URL. |
protocols |
URL protocols to search for. |
Borrowed from seqminer
internal function
path <- "https://github.com/RajLabMSSM/echolocatoR/raw/master/NEWS.md"
out <- is_url(path=path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.