Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
What will this conditional expression return?
x<-c(1,2,-3,4)if(all(x>0)){print("All positives")}else{print("Not all positives")}
Write down your answer (as a string of characters) in the terminal and pay attention to captalization!