saveAssess function

Saving an assess object

Saving an assess object

Saves the full information of an assess object in a .csv data sheet.

saveAssess(obj, file = "assessObject.csv")

Arguments

  • 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.

Returns

Creates a .csv data in the home folder.

See Also

Other saving functions: saveRand()

  • Maintainer: Ralf-Dieter Hilgers
  • License: GPL (>= 3)
  • Last published: 2023-09-18

Useful links