get_destinations {pingers}R Documentation

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

## Not run: 
dest <- get_destinations(top_n = 3)
print(dest)

## End(Not run)

[Package pingers version 0.1.1 Index]