View source: R/download_file.R
download_rds | R Documentation |
This function downloads and parses an object in an RDS file from Egnyte into a local object (using readRDS).
download_rds(source, encoding = "ISO-8859-1",
token = get_parameter("token"), domain = get_parameter("domain"),
...)
source |
The path of the remote file in your Egnyte filesystem |
encoding |
The default encoding to use for content translation |
token |
User's Egnyter authorisation token |
domain |
Egnyte domain URL |
... |
Additional arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.