par_range_to_ipv4: Converts IP v4 ranges in CIDR format to IP v4 Addresses in...

Description Usage Arguments Value Examples

Description

Converts IP v4 ranges in CIDR format to IP v4 Addresses in parallel

Usage

1

Arguments

start

Vector of Starting IP v4 address in dotted notation

end

Vector of Starting IP v4 address in dotted notation

Value

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

Examples

1
2
par_range_to_ipv4('127.0.0.1','127.0.0.100')
par_range_to_ipv4(c('127.0.0.1','192.168.1.1'), c('127.0.0.100','192.168.1.255'))

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