read_asnames: Retrieve an historical 'asnames.txt' from local cache

Description Usage Arguments Details Value References See Also Examples

Description

Looks for and loads a date timestamped asnames.txt from "~/.asnames".

Usage

1

Arguments

date

character (ISO date) or Date of asnames.txt to read from "~/.asnames";

Details

You can see available asnames.txt files via list.files("~/.asnames") and read/parse arbitrary asnames.txt files with parse_asnames().

Value

data frame (tibble) with "asn", "handle", "asinfo", "iso2c"

References

https://bgp.potaroo.net/as6447/asnames.txt

See Also

asnames_current

parse_asnames

Examples

1
2
3
4
## Not run: 
   read_asname("2018-12-05")

## End(Not run)

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