Ping a web site

http_ping(url = "http://aquamaps.org", timeout = 10)

Arguments

url

a web site to "web ping" to see that it is available

timeout

default time to wait in seconds before returning FALSE

Value

TRUE if web site is up, FALSE otherwise

See also

Examples

if (FALSE) { http_ping("http://aquamaps.org") }