collapse_networks: Collapse contiguous and overlapping networks

View source: R/address_ranges.R

collapse_networksR 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 ip_network vector

Value

An ip_network vector (potentially shorter than the input)

See Also

exclude_networks()

Examples

collapse_networks(ip_network(c("192.168.0.0/24", "192.168.1.0/24")))

ipaddress documentation built on April 4, 2023, 9:09 a.m.