Randomly samples a fixed number of rows from a dataset

fixed.sampling(nbrows)

Arguments

nbrows

number of rows

Details

Users should call this function via dkuReadDataset

Examples

if (FALSE) { # \dontrun{
# read 100 rows from the iris dataset
dkuReadDataset("iris", samplingMethod="fixed", nbrow=100)
} # }