upload_rds: Upload an RDS file to Egnyte

View source: R/upload_file.R

upload_rdsR Documentation

Upload an RDS file to Egnyte

Description

This function saves a local object as an RDS file and uploads it to a specified Egnyte directory. Object to RDS conversion is done using saveRDS.

Usage

upload_rds(object, dest, token = egnyter::get_parameter("token"),
  domain = egnyter::get_parameter("domain"))

Arguments

object

The object to be saved

dest

The remote Egnyte file path you want to upload to

token

User's Egnyter authorisation token

domain

Egnyte domain URL


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