| ip_cast | R Documentation |
Methods for converting character vectors and ip_interface vectors to
ip_address and ip_network vectors.
as_ip_address(x)
as_ip_interface(x)
as_ip_network(x)
x |
An object to cast |
as_ip_address(): An ip_address vector
as_ip_network(): An ip_network vector
as_ip_interface(): An ip_interface vector
as_ip_address(ip_interface("192.168.0.1/10"))
as_ip_network(ip_interface("192.168.0.1/10"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.