check_internet {projmgr}R Documentation

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

Description

Basic wrapper around curl::has_internet()

Usage

check_internet()

Value

Returns TRUE is connected to internet and false otherwise

See Also

Other check: check_rate_limit()

Examples

## Not run: 
check_internet()

## End(Not run)

[Package projmgr version 0.1.1 Index]