Ping a web site
http_ping(url = "http://aquamaps.org", timeout = 10)
| url | a web site to "web ping" to see that it is available |
|---|---|
| timeout | default time to wait in seconds before returning FALSE |
TRUE if web site is up, FALSE otherwise
Other admin:
am_custom_query(),
am_db_duckdb(),
am_db_sqlite(),
am_use_offline_db(),
con_am(),
db_disco(),
db_minify_path(),
db_minify(),
db_sync(),
default_db()
if (FALSE) { http_ping("http://aquamaps.org") }