powered by
Version of the address space
is_ipv4(x)is_ipv6(x)
is_ipv6(x)
An ip_address or ip_network vector
ip_address
ip_network
A logical vector
max_prefix_length()
# NOT RUN { 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