powered by
Version of the address space
is_ipv4(x)is_ipv6(x)
is_ipv6(x)
A logical vector
An ip_address or ip_network vector
ip_address
ip_network
max_prefix_length()
ip <- ip_address(c("192.168.0.1", "2001:db8::7334")) is_ipv4(ip) is_ipv6(ip)
Run the code above in your browser using DataLab