Learn R Programming

projmgr (version 0.1.2)

check_internet: Check internet connection (re-export of curl::has_internet())

Description

Basic wrapper around curl::has_internet()

Usage

check_internet()

Arguments

Value

Returns TRUE is connected to internet and false otherwise

See Also

Other check: check_rate_limit()

Examples

Run this code
if (FALSE) {
check_internet()
}

Run the code above in your browser using DataLab