Randomly samples a fixed number of rows from a dataset
fixed.sampling(nbrows)
nbrows | number of rows |
---|
Users should call this function via dkuReadDataset
# NOT RUN { # read 100 rows from the iris dataset dkuReadDataset("iris", samplingMethod="fixed", nbrow=100) # }