data set shuffling tool
This function is developer tool to shuffle elegantly data-set. This function shuffle one column of a given data.set
full_suffling(x,id=NULL)
x |
a |
id |
the columns you want to shuffle |
a data.frame
with selected columns shuffled compared to the original table.
Damien Georges
xx <- matrix(rep(1:10,3),10,3) full_suffling(xx,c(1,2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.