Sorry for this basic question, but somehow I'm not getting this to work.
I have a list of 2500 numbers and would like to reduce this down to 2000. I tried random reduce by putting the list into L and typing 2000 into R, but it still outputs a list of 2500. Same problem when I try to do a sublist. Where am I going wrong. It's not so critical how it gets reduced to 2000 (whether randomly or straight forward chopping the list down) so I'm open to any method.
Thanks
Tags: