read.perms {PerMallows} | R Documentation |
This function reads the text file in the specified path and checks if each row is a proper permutation
read.perms(path)
path |
string with a path |
A collection of permutations in matrix form
path = system.file("test.txt", package="PerMallows") sample = read.perms(path)