R/system.R

shuffle <- function(file, output_file, rows){
  system(paste("shuffle", file, "-n", rows, ">", output_file))
}
Ironholds/olivr documentation built on May 7, 2019, 6:40 a.m.