fixed.sampling.RdRandomly samples a fixed number of rows from a dataset
fixed.sampling(nbrows)Users should call this function via dkuReadDataset
if (FALSE) { # \dontrun{
# read 100 rows from the iris dataset
dkuReadDataset("iris", samplingMethod="fixed", nbrow=100)
} # }