file_download | R Documentation |
Download a file from the gallery
file_download(file_id, path = ".", api_key = get_api_key())
file_id |
gallery file to be downloaded |
path |
download destination |
api_key |
RSpace API key |
The file path of the downloaded file. If the file already exists,
the user is asked whether the function should overwrite the pre-existing file.
If not, the download is canceled and FALSE
is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.