Determine whether a file exist locally.
is_local(path, protocols = c("http", "https", "ftp", "ftps", "fttp", "fttps"))
Path to local file or remote URL.
URL protocols to search for.
echodata::is_local(
path="https://github.com/RajLabMSSM/echotabix/raw/main/README.md"
)
#> [1] FALSE