upload_feather | R Documentation |
This function converts a local data frame into a feather file and uploads it to a specified Egnyte directory.
Data frame to feather file conversion is done using write_feather
.
upload_feather(x, dest, token = egnyter::get_parameter("token"),
domain = egnyter::get_parameter("domain"), ...)
x |
A data frame to upload to Egnyte |
dest |
The remote Egnyte file path you want to upload to |
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.