is_online {httr2}R Documentation

Is your computer currently online?

Description

This function uses some cheap heuristics to determine if your computer is currently online. It's a simple wrapper around curl::has_internet() exported from httr2 for convenience.

Usage

is_online()

Examples

is_online()

[Package httr2 version 1.1.2 Index]