saveRand {randomizeR} | R Documentation |
Saving a randomization lists
Description
Saves the parameters of a randSeq
object in a .csv
data
sheet.
Usage
saveRand(obj, file = "randList.csv")
Arguments
obj |
object of class |
file |
A connection, or a character string naming the file to write to. |
Value
Creates a .csv
data in the home folder and saves the randomization list as a column vector.
See Also
Other saving functions:
saveAssess()
[Package randomizeR version 3.0.2 Index]