Randomly select a few elements of an object, typically a data frame,
matrix, vector, or list. If the object is a data frame or a matrix,
then rows are sampled.
Usage
some(x, ...)
## S3 method for class 'data.frame':
some(x, n=10, ...)
## S3 method for class 'matrix':
some(x, n=10, ...)
## S3 method for class 'default':
some(x, n=10, ...)