savePrepare: Saves a prepared object

Description Usage Arguments

View source: R/save_loadPrepare.R

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

1
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?


tabplot documentation built on Sept. 17, 2019, 5:04 p.m.