iptools icon indicating copy to clipboard operation
iptools copied to clipboard

`is_valid` returns `NA` instead of `FALSE`

Open dleng2242 opened this issue 6 years ago • 0 comments

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")

dleng2242 avatar Oct 01 '19 10:10 dleng2242