powered by
Check if a path starts with http:// or https:// or ftp:// or ftps://.
http://
https://
ftp://
ftps://
is_web_path(x)
A logical vector.
A vector of paths.
xfun::is_web_path("https://www.r-project.org") # TRUE xfun::is_web_path("www.r-project.org") # FALSE
Run the code above in your browser using DataLab