| collapse_networks {ipaddress} | R Documentation |
Given a vector of networks, this returns the minimal set of networks required to represent the same range of addresses.
collapse_networks(network)
network |
An |
An ip_network vector (potentially shorter than the input)
collapse_networks(ip_network(c("192.168.0.0/24", "192.168.1.0/24")))