get_destinations {pingers} | R Documentation |
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 |
Keyword to search for i.e. 'AAT' |
top_n |
Retrieve the first n addresses |
site |
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)
## End(Not run)