get_destinations: Get ISP destinations

Description Usage Arguments Value Examples

View source: R/destinations.R

Description

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

Usage

1
2
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

1
2
3
4
5
## Not run: 
dest <- get_destinations(top_n = 3)
print(dest)

## End(Not run)

pingers documentation built on May 1, 2019, 11:05 p.m.