Last data update: 2014.03.03

R: Saves a prepared object
savePrepareR Documentation

Saves a prepared object

Description

Saves a prepared object that has been created by tablePrepare. If tablePrepare is called with dir specified, then it is already saved using this function.

Usage

savePrepare(tp, dir, overwrite = FALSE)

Arguments

tp

the prepared object (created by tablePrepare)

dir

directory of the prepared object

overwrite

logical. If dir already contains files of a prepared object, should they be overwritten?

Results