download_capes_data {capesR} | R Documentation |
Download CAPES Data
Description
Downloads CAPES theses and dissertations data files from OSF for selected years.
Usage
download_capes_data(years, destination = tempdir(), timeout = 120)
baixar_dados_capes(years, destination = tempdir(), timeout = 120)
Arguments
years |
A vector with the desired years. |
destination |
The directory where the files will be saved (default: temporary directory). |
timeout |
The timeout in seconds for the download process (default: 120 seconds). |
Value
A list of file paths for the downloaded or already existing files.
Examples
# Download data for the years 1987 and 1990
capes_files <- download_capes_data(c(1987, 1990))
[Package capesR version 0.1.0 Index]