url.exists: These functions are sourced from the 'embedr' package by...

View source: R/utils.R

url.existsR Documentation

These functions are sourced from the 'embedr' package by Michael McCarthy, under MIT License: https://github.com/mccarthy-m-g/embedr/blob/master/LICENSE.md This inclusion is temporary and will be discontinued once 'embedr' is available on CRAN. See https://github.com/mccarthy-m-g/embedr for more details.

Description

Check if URL exists

Usage

url.exists(x)

Arguments

x

A character vector.

Details

Given a character string, returns a logical vector indicating whether a request for a specific URL responds without error.

Value

'TRUE' if the URL responds without error, otherwise 'FALSE'.


voice documentation built on Aug. 8, 2025, 6:41 p.m.