R/util.R
randomize_rows.Rd
This function randomly shuffles the rows of a given data frame.
randomize_rows(data)
A data frame to be randomized.
A data frame with rows randomly shuffled.
randomize_rows(mobius_clust_data) #> Error: object 'mobius_clust_data' not found