| ip_to_hex | R Documentation | 
Encode or decode an ip_address as a hexadecimal string.
ip_to_hex(x)
hex_to_ip(x, is_ipv6 = NULL)
| x | 
 | 
| is_ipv6 | A logical vector indicating whether to construct an IPv4 or
IPv6 address. If  | 
ip_to_hex(): A character vector
hex_to_ip(): An ip_address vector
Other address representations: 
ip_to_binary(),
ip_to_bytes(),
ip_to_integer()
x <- ip_address(c("192.168.0.1", "2001:db8::8a2e:370:7334", NA))
ip_to_hex(x)
hex_to_ip(ip_to_hex(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.