ip_test | R Documentation |
Check if an object is an ip_address
, ip_network
or ip_interface
vector.
is_ip_address(x) is_ip_interface(x) is_ip_network(x)
x |
An object to test |
A logical scalar
is_ip_address(ip_address("192.168.0.1")) is_ip_interface(ip_interface("192.168.0.1/10")) is_ip_network(ip_network("192.168.0.0/24"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.