Contact: aviboots(AT)netvision.net.il
39,850 questions
51,771 answers
573 users
lst <- list() if (length(lst) == 0) { print("Empty") } else { print("Not empty") } # run: # # [1] "Empty" #