powered by
Trace route and grab the top n servers to assist isolating issues with individual nodes for your ISP.
get_destinations(keyword = NULL, top_n = NULL, site = "google.com.au")
Keyword to search for i.e. 'AAT'
Retrieve the first n addresses
Defaults to 'google.com.au' to trace route against
dataframe with server and IP range
# NOT RUN { dest <- get_destinations(top_n = 3) print(dest) # }
Run the code above in your browser using DataLab