Thanks to a helpful SO-Answer I was able to download all CLC vector data (43 zip-files) programmatically:
require(XML)
path_to_files dir.create(path_to_files)
setwd(path_to_files)
doc urls
# function to get zip file names
get_zip_name
# function to plug into sapply
dl_urls
# download all zip-files
sapply(urls, dl_urls)
# function for unzipping
try_unzip
# unzip all files in dir and delete them afterwards
sapply(list.files(pattern = "*.zip"),...








Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).