View source: R/download_file.R
download_file | R Documentation |
This function downloads and parses a file of any type from Egnyte.
download_file(source, local_dest, file_type = "raw",
encoding = "ISO-8859-1", token = get_parameter("token"),
domain = get_parameter("domain"))
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.