Learn R Programming

ipaddress (version 0.5.0)

collapse_networks: 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

Run this code
# NOT RUN {
collapse_networks(ip_network(c("192.168.0.0/24", "192.168.1.0/24")))
# }

Run the code above in your browser using DataLab