long_to_ipv4: Converts int to ipv4 dottend notation NAs will be mapped to...

Description Usage Arguments Value Examples

Description

Converts int to ipv4 dottend notation NAs will be mapped to NAs.

Usage

1

Arguments

i

Vector of IP Addresses in numeric format

Value

List of IP Addresses in dotted notation format with length same as input

Examples

1
2
long_to_ipv4(2130706433)
long_to_ipv4(c(2130706433,2130706434))

bhaskarvk/iputils documentation built on May 12, 2019, 8:23 p.m.