RobinHankin / permutations

https://robinhankin.github.io/permutations/
5 stars 3 forks source link

cayley() uses print() #16

Closed RobinHankin closed 5 years ago

RobinHankin commented 5 years ago

Function cayley() includes a line names(x) <- print(x) but the print statement actually prints to the console (I did not expect this because the output of print is assigned but my expectation was incorrect). I would like to suppress this printing.