powered by
Ping a server to capture response details
ping_capture(server, count)
IP address or URL of server
Number of times to ping server
dataframe with ping results
# 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