urlExists: urlExists

View source: R/urlExists.R

urlExistsR 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")

mmstat4 documentation built on May 29, 2024, 11:15 a.m.