Contact: aviboots(AT)netvision.net.il
41,230 questions
53,732 answers
573 users
vec <- c(6, 8, 2, 1, 0, 3) result <- vec[3] cat(result) # run: # # 2 #