Newbie question: Suppose that in R I have a list with 10'000 entries (numbers).
myList <- read.table ("my10000Vaulues")
Now I would like to remove all entries that are above some value (say 523.689). The resulting list should not have any white space in it.
Thanks for all hints