Error in unzip_special(zfile, file[1], exdir = tmp) :
IAIR7DDT.ZIP is too large to unzip and a suitable unzip can not be found on your system.
12.
stop(basename(zipfile), " is too large to unzip and a suitable unzip ",
"can not be found on your system.")
11.
unzip_special(zfile, file[1], exdir = tmp)
10.
readr::datasource(file)
9.
readfn(unzip_special(zfile, file[1], exdir = tmp), ...)
8.
read_zipdata(zfile, "\\.dta$", haven::read_dta, ...)
7.
as.data.frame(read_zipdata(zfile, "\\.dta$", haven::read_dta,
...))
6.
read_dhs_dta(file, ...)
5.
read_dhs_dataset(zip_path, dataset = desired_dataset, reformat,
all_lower, ...)
4.
download_datasets(config = private$config, desired_dataset = datasets[i,
], output_dir_root = output_dir_root, download_option = download_option,
all_lower = all_lower, reformat = reformat, ...)
3.
self$get_datasets(dataset_filenames, ...)
2.
client$survey_variables(dataset_filenames = dataset_filenames,
variables = variables, essential_variables = essential_variables,
...)
1.
rdhs::search_variables(dataset_filenames = "IAIR7DDT.ZIP", variables = c("v001",
"v005"))
I would really appreciate any help to resolve this.
Session Info
here is the reproducible code:
Here is the error that I am getting:
I would really appreciate any help to resolve this.
Thanks!