is.url {ArchaeoPhases} | R Documentation |
Uses a regex approach to check if a string is a URL. This approach is faster
than url.exists
but does do the actual verification.
is.url(x)
x |
A character string. |
Retrieved from: https://github.com/trinker/reports/blob/master/R/is.url.R
Returns a logical evalution as to whether a string is a URL.