upload_feather: Upload a feather file to Egnyte

View source: R/upload_file.R

upload_featherR Documentation

Upload a feather file to Egnyte

Description

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

Usage

upload_feather(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_feather


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