I am trying to remove a component from list in R, but it is not working.
I have list like this:
> myList [[1]] [[1]][[1]] [1] \"Sunny\" \"Cloudy\" \"
You could get rid of multiple rows with a list of 220 elements lets say list[-c(69,213,214,215,216)], for a list of two list <- list[-c(1,2)]. Remember to put in as.matrix.