Retrive current asnames.txt from bgp.poraroo.net

asnames_current()

Value

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

Note

This function creates "~/.asnames" and stores a timestamped copy of the file in it. These are ~2MB in size so you should peridically clean out "~/.asnames" to reclaim disk space.

References

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

See also

read_asnames

parse_asnames

Examples

# NOT RUN {
asnames_current()
# }