parse_asnames: Parse arbitrary 'asnames.txt' downloaded from...

Description Usage Arguments Value References See Also Examples

Description

If you don't want asnames_current() and [read_asnames())] to manage asnames.txt files for you, you can use this function to parse asnames.txt files you've downloaded and manage via other means.

[read_asnames())]: R:read_asnames())

Usage

1
parse_asnames(as_fil)

Arguments

as_fil

path to an asnames.txt file. path.expand() will be run on this value

Value

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

References

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

See Also

asnames_current

read_asnames

Examples

1
2
3
4
## Not run: 
   parse_asnames("/tmp/asnames.txt")

## End(Not run)

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