Skip to contents

Wraps save. If the file already exists, it will not be overwritten. A message will be printed indicating whether the file was successfully written or if it already existed.

Usage

save2(..., file = stop("'file' must be specified"))

Arguments

...

Data frame(s), other object(s), and further arguments, passed on to save. Required.

file

Path/file name to for output. Required.

Details

code from https://github.com/stopsack/khsmisc/blob/HEAD/R/datahandling.R