download_file: Download a file from Egnyte

View source: R/download_file.R

download_fileR Documentation

Download a file from Egnyte

Description

This function downloads and parses a file of any type from Egnyte.

Usage

download_file(source, local_dest, file_type = "raw",
  encoding = "ISO-8859-1", token = get_parameter("token"),
  domain = get_parameter("domain"))

Arguments

source

The full path (starting 'Shared/') of the remote file

local_dest

The local file to be created

file_type

The MIME file type to pull the file in, see content for more info

encoding

The default encoding to use for the content translation, see content for more info

token

User's Egnyter authorisation token

domain

Egnyte domain URL


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