saveAssess: Saving an assess object

View source: R/saveAssess.R

saveAssessR 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 assess function.

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()


randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.