Write a CSV file in format acceptable to Salesforce APIs

sf_write_csv(x, file, path = deprecated())

Arguments

x

tbl_df; a data frame object to save as a CSV

file

A file or connection to write to.

path

[Deprecated] use the file argument instead.

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.