Contact: aviboots(AT)netvision.net.il
41,548 questions
54,151 answers
573 users
vec <- c(4L, 6L, 39L, 41L, 17L) print(typeof(vec)) print(vec) # run: # # [1] "integer" # [1] 4 6 39 41 17 #