url_is_valid {pastclim}R Documentation

Test whether a URL is valid

Description

This function check that a URL points to a real file

Usage

url_is_valid(url, verbose = FALSE)

Arguments

url

the url to test

verbose

whether the status code should be outputted as a message

Value

boolean on whether the file exists


[Package pastclim version 2.2.0 Index]