ex-sync.R 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 # example/ex-sync.R needs(magrittr) set.seed(512) do.call(rep, input) %>% strsplit(NULL) %>% sapply(sample) %>% apply(2, paste, collapse = "")