You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function is_valid tests if a given IP address is a valid. It returns TRUE correctly, but returns NA instead of FALSE for an invalid IP address. (iptools version 0.6.1.)
This is what I'm running; nval <- is_valid("NotAnIP")
The text was updated successfully, but these errors were encountered:
Function
is_valid
tests if a given IP address is a valid. It returnsTRUE
correctly, but returnsNA
instead ofFALSE
for an invalid IP address. (iptools version 0.6.1.)This is what I'm running;
nval <- is_valid("NotAnIP")
The text was updated successfully, but these errors were encountered: