files_exist: Test whether or not files exist. They can be URLs or regular...

View source: R/utils-files-exist.R

files_existR Documentation

Test whether or not files exist. They can be URLs or regular files

Description

Test whether or not files exist. They can be URLs or regular files

Usage

files_exist(fns_lst)

Arguments

fns_vec

A character vector of URLs or regular full path filenames. The function base::file.exists() will be used for filenames not containing 'https://' or 'http://'

Value

A logical vector of TRUE and FALSE corresponding to the fns_lst file locations


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.