network_in_network: Network membership of other networks
Description
is_supernet() and is_subnet() check if one network is a true supernet or
subnet of another network; overlaps() checks for any overlap between two
networks.
Usage
is_supernet(network, other)
is_subnet(network, other)
overlaps(network, other)
Value
A logical vector
Arguments
network
An ip_network vector
other
An ip_network vector
See Also
Use is_within() to check if an ip_address is within an ip_network.
Use supernet() and subnets() to traverse the network hierarchy.