SaveMode {pathling} | R Documentation |
SaveMode
Description
The following save modes are supported:
OVERWRITE
: Overwrite any existing data.APPEND
: Append the new data to the existing data.IGNORE
: Only save the data if the file does not already exist.ERROR
: Raise an error if the file already exists.
Usage
SaveMode
Format
An object of class list
of length 4.
[Package pathling version 7.0.0 Index]