urlExists {mmstat4}R Documentation

urlExists

Description

Verifies whether a provided url is downloadable, without detecting redirections in the URL.

Usage

urlExists(url)

Arguments

url

a vector of text URLs

Value

TRUE if URL exists otherwise FALSE

Examples

urlExists("https://hu-berlin.de/sk")
urlExists("https://huglawurza.de")

[Package mmstat4 version 0.2.1 Index]