upload_rds | R Documentation |
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
.
upload_rds(object, dest, token = egnyter::get_parameter("token"),
domain = egnyter::get_parameter("domain"))
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.