system_host_reachable: Function to test of a URl/host is reachable.

View source: R/system_host_reachable.R

system_host_reachableR Documentation

Function to test of a URl/host is reachable.

Description

Function to test of a URl/host is reachable.

Usage

system_host_reachable(url, timeout = 1)

Arguments

url

URL of host.

timeout

Ping's timeout.

Value

Logical vector with length of 1.

Examples


# Ping google
system_host_reachable("google.com")


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.