SaveMode | R Documentation |
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.
MERGE
: Merge the new data with the existing data based on resource ID.
SaveMode
An object of class list
of length 5.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.