routeviews_latest: Caches & Returns the latest CAIDA-processed RouteViews...

Description Usage Details Value Note References See Also Examples

Description

CAIDA maintains current & historical IPv4/IPv6 Prefix-to-Autonomous System (AS) mappings that have been derived from RouteViews data. This function figures the most current file, caches it and returns a data frame.

Usage

1

Details

You can see available, historical files via list.files("~/.routeviews") and read/parse arbitrary prefix-to-AS CAIDA RouteViews files with parse_routeviews().

See the datasets repository for usage and citation information.

Value

a data frame (tibble) with "cidr" and "asn" columns.

Note

A "~/.routeviews" directory will be created if it does not exist.

References

http://data.caida.org/datasets/routing/routeviews-prefix2as

See Also

parse_routeviews

Examples

1
2
3
4
## Not run: 
routeviews_latest()

## End(Not run)

hrbrmstr/astools documentation built on May 7, 2019, 10:46 p.m.