Saving an assess object
Saves the full information of an assess
object in a .csv
data sheet.
saveAssess(obj, file = "assessObject.csv")
obj
: object of class assessment, e.g. the output of the assess
function.file
: A connection, or a character string naming the file to write to.Creates a .csv
data in the home folder.
Other saving functions: saveRand()
Useful links