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
In some situations it may be desirable to accept only integer values, but also accept Inf or -Inf. You could add an option inf.ok to assertInt[egerish] that would allow that. It would be necessary to check that inf.ok and coerce are not both TRUE.
The text was updated successfully, but these errors were encountered:
In some situations it may be desirable to accept only integer values, but also accept Inf or -Inf. You could add an option
inf.ok
toassertInt[egerish]
that would allow that. It would be necessary to check thatinf.ok
andcoerce
are not bothTRUE
.The text was updated successfully, but these errors were encountered: