upload_csv: Upload a csv file to Egnyte

View source: R/upload_file.R

upload_csvR Documentation

Upload a csv file to Egnyte

Description

This function converts a local data frame into a csv file and uploads it to a specified Egnyte directory. Data frame to csv file conversion is done using write_csv.

Usage

upload_csv(x, dest, token = egnyter::get_parameter("token"),
  domain = egnyter::get_parameter("domain"), ...)

Arguments

x

A data frame to upload to Egnyte

dest

The remote Egnyte file path you want to upload to

token

User's Egnyter authorisation token

domain

Egnyte domain URL

...

Additional arguments to be passed to write_csv


joshmuncke/egnyter documentation built on April 18, 2023, 4:09 p.m.