is_local: Is local

View source: R/is_local.R

is_localR Documentation

Is local

Description

Determine whether a file exist locally.

Usage

is_local(path, protocols = c("http", "https", "ftp", "ftps", "fttp", "fttps"))

Arguments

path

Path to local file or remote URL.

protocols

URL protocols to search for.

Examples

echodata::is_local(
    path="https://github.com/RajLabMSSM/echotabix/raw/main/README.md"
)

RajLabMSSM/echodata documentation built on Nov. 21, 2023, 8 a.m.