powered by
TRUE
FALSE
isHomoList(list, class)
testlist <- list("home1"="Hamburg","home2"="Heidelberg", "home3"="Tianjin") isHomoList(testlist,"character") testlist$lucky <- 16 isHomoList(testlist,"character")
Run the code above in your browser using DataLab