sf_write_csv: Write a CSV file in format acceptable to Salesforce APIs

View source: R/utils.R

sf_write_csvR 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

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.


salesforcer documentation built on March 18, 2022, 6:26 p.m.