is_online {pingr}R Documentation

Is the computer online?

Description

Check if the computer is online. It does three tries:

Usage

is_online(timeout = 1)

Arguments

timeout

Timeout for the queries. (Note: it is currently not used for the DNS query.)

Value

Possible values:

Examples


is_online()


[Package pingr version 2.0.3 Index]