collapse_networks {ipaddress} | R Documentation |
Collapse contiguous and overlapping networks
Description
Given a vector of networks, this returns the minimal set of networks required to represent the same range of addresses.
Usage
collapse_networks(network)
Arguments
network |
An |
Value
An ip_network
vector (potentially shorter than the input)
See Also
Examples
collapse_networks(ip_network(c("192.168.0.0/24", "192.168.1.0/24")))
[Package ipaddress version 1.0.2 Index]