Download latest version of the RecruitNet database (Verdú et al. 2023, doi:10.1002/ecy.3923 ).
download_RN(path = getwd(), destfile = "RN.zip", unzip = TRUE)
character. Path to folder where the RecruitNet database should be saved.
character. Name of the zip file to be saved.
Logical. Uncompress the zip file? Default is TRUE.
A zip file or two CSV files, depending if unzip is TRUE.
if (FALSE) { # interactive()
download_RN()
}