View source: R/download_files.R
download_files | R Documentation |
Download Files from Cloud
download_files(
hrefs = NULL,
target_dir = create_download_dir("nextcloud_", dbg = dbg),
paths = NULL,
user = nextcloud_user(),
auth = nextcloud_auth(),
dbg = TRUE
)
hrefs |
href strings specifying the files to be downloaded. The href
strings are returned by |
target_dir |
path to local target directory |
paths |
Alternatively to givin the href strings, the paths to the files can be given in this argument. |
user |
name of nextcloud user. Default: result of calling
|
auth |
authentication as returned by
|
dbg |
logical indicating whether or not to show debug messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.