We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Can someone recommend a function that can allow me to count and return the number of items in a list?
library(stringr)
l <- strsplit(words, "a")
if(# number of items in list l < 1)
next