Learn R Programming

ipaddress (version 1.0.2)

iana_ipv4: IPv4 address space allocation

Description

A dataset containing the registry of allocated blocks in IPv4 address space.

Usage

iana_ipv4

Arguments

Format

A data frame with 121 rows and 3 variables:

network

Address block (an ip_network vector)

allocation

There are three types of allocation:

  • reserved

  • managed by regional Internet registry (RIR)

  • assigned to organization

label

The RIR, organization or purpose for reservation

See Also

is_reserved()

Examples

Run this code
iana_ipv4

Run the code above in your browser using DataLab