saveRand: Saving a randomization lists

View source: R/saveRand.R

saveRandR 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 randSeq containing a single randomization sequence.

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


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