pingers (version 0.1.1)

ping_capture: Ping Server

Description

Ping a server to capture response details

Usage

ping_capture(server, count)

Arguments

server

IP address or URL of server

count

Number of times to ping server

Value

dataframe with ping results

Examples

Run this code
# NOT RUN {
dest     <- get_destinations(top_n = 1)
ping_res <- ping_capture(dest$ip[1], 10)
print(ping_res)
# }

Run the code above in your browser using DataLab