url.exists {voice}R 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'.


[Package voice version 0.5.4 Index]