Catch integer(0) in R

477    Asked by AditiIshii in SQL Server , Asked on Jun 21, 2021

Let's say we have a statement that produces integer(0), e.g.

 a <- which(1:3 == 5)

What is the safest way of catching this?


Answered by Ajit yadav

Your Answer

Interviews

Parent Categories