sf_write_csv | R Documentation |
Write a CSV file in format acceptable to Salesforce APIs
sf_write_csv(x, file, path = deprecated())
x |
|
file |
A file or connection to write to. |
path |
the input x
invisibly. This function is called for its
side-effect of creating a CSV file at the specified location using the format
required by Salesforce.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.