View source: R/general_functions.R
We need to connect to OSF before using this function
1 2 3 4 5 6 | download_files(
df,
local_data_pth,
should_overwrite = T,
conflicts_type = "overwrite"
)
|
df |
data frame obtained using osf_ls_files() from osfr package |
local_data_pth |
path, where should be the files downloaded |
should_overwrite |
DEPRECATED - boolean, whether we should overwrite files in our local directory, use conflict_type |
conflicts_type |
conflicts parameter for osf_download function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.