Contact: aviboots(AT)netvision.net.il
39,851 questions
51,772 answers
573 users
vec <- vector() print(vec) vec <- c(1:7) print(vec) # run: # # logical(0) # [1] 1 2 3 4 5 6 7 #