Jupyter Notebook

Mistery question:
In Jupyter Notebook, in the R environment
y <- matrix(1:6)
is.matrix(y)
I get FALSE but when I run this code in RStudio, I get TRUE which should be the right answer.
Any insight in why these two results are different

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.