sf_write_csv {salesforcer} | R Documentation |
Write a CSV file in format acceptable to Salesforce APIs
Description
Write a CSV file in format acceptable to Salesforce APIs
Usage
sf_write_csv(x, file, path = deprecated())
Arguments
x |
|
file |
A file or connection to write to. |
path |
Value
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.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]