saveAssess {randomizeR} | R Documentation |
Saving an assess object
Description
Saves the full information of an assess
object in a .csv
data
sheet.
Usage
saveAssess(obj, file = "assessObject.csv")
Arguments
obj |
object of class assessment, e.g. the output of the |
file |
A connection, or a character string naming the file to write to. |
Value
Creates a .csv
data in the home folder.
See Also
Other saving functions:
saveRand()
[Package randomizeR version 3.0.2 Index]