pingers (version 0.1.1)

get_destinations: Get ISP destinations

Description

Trace route and grab the top n servers to assist isolating issues with individual nodes for your ISP.

Usage

get_destinations(keyword = NULL, top_n = NULL,
  site = "google.com.au")

Arguments

keyword

Keyword to search for i.e. 'AAT'

top_n

Retrieve the first n addresses

site

Defaults to 'google.com.au' to trace route against

Value

dataframe with server and IP range

Examples

Run this code
# NOT RUN {
dest <- get_destinations(top_n = 3)
print(dest)
# }

Run the code above in your browser using DataLab