ip6: IPv6 Conversion Functions

Description Usage Arguments Examples

Description

Functions to manipulate objects of class "ip6" representing IP version 6 addresses.

Usage

1
2
3
4
5
6
7
as.ip6(x)

## S3 method for class 'character'
as.ip6(x)

## S3 method for class 'ip6'
as.character(x, ...)

Arguments

x

An object to be converted.

...

further arguments passed to or from other methods.

Examples

1
as.ip6("DE:AD:BE:EF:01:23:45:67")

Example output

[1] "de:ad:be:ef:1:23:45:67"

Rip46 documentation built on May 2, 2019, 9:28 a.m.

Related to ip6 in Rip46...