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