check_internet_available: Check if internet/URL is available

View source: R/utils.R

check_internet_availableR Documentation

Check if internet/URL is available

Description

Internal helper function to check if an internet resource is reachable before attempting to download.

Usage

check_internet_available(url = "https://api.figshare.com", timeout_seconds = 5)

Arguments

url

The URL to check availability for

timeout_seconds

Timeout in seconds for the check

Value

TRUE if the URL is reachable, FALSE otherwise


gimap documentation built on July 10, 2026, 1:06 a.m.