download_files: Download files from OSF using osfr package

Description Usage Arguments

View source: R/general_functions.R

Description

We need to connect to OSF before using this function

Usage

1
2
3
4
5
6
download_files(
  df,
  local_data_pth,
  should_overwrite = T,
  conflicts_type = "overwrite"
)

Arguments

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


fidadoma/statutils documentation built on April 13, 2021, 4:19 a.m.