We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i'm trying to get IPEDS data using the following call: download_ipeds(year = 2017)
download_ipeds(year = 2017)
and I get the following error: Content type 'application/x-zip-compressed' length 67407371 bytes (64.3 MB) downloaded 64.3 MB
Content type 'application/x-zip-compressed' length 67407371 bytes (64.3 MB)
downloaded 64.3 MB
Error in unzip(dest, exdir = dir) : 'exdir' does not exist
my Session info is: R version 4.1.3 (2022-03-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19043)
Matrix products: default
locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] ipeds_2.0.2 httr_1.4.2 Hmisc_4.6-0 ggplot2_3.3.5 [5] Formula_1.2-4 survival_3.3-1 lattice_0.20-45 RCurl_1.98-1.6
loaded via a namespace (and not attached): [1] splines_4.1.3 assertthat_0.2.1 sp_1.4-6 [4] stats4_4.1.3 latticeExtra_0.6-29 yaml_2.3.5 [7] pillar_1.7.0 backports_1.4.1 glue_1.6.2 [10] digest_0.6.29 RColorBrewer_1.1-2 checkmate_2.0.0 [13] colorspace_2.0-3 htmltools_0.5.2 Matrix_1.4-1 [16] pkgconfig_2.0.3 raster_3.5-15 haven_2.4.3 [19] purrr_0.3.4 scales_1.1.1 webshot_0.5.2 [22] terra_1.5-21 jpeg_0.1-9 satellite_1.0.4 [25] tibble_3.1.6 htmlTable_2.4.0 proxy_0.4-26 [28] generics_0.1.2 ellipsis_0.3.2 withr_2.5.0 [31] nnet_7.3-17 cli_3.2.0 mapview_2.10.0 [34] magrittr_2.0.3 crayon_1.5.1 evaluate_0.15 [37] fansi_1.0.3 forcats_0.5.1 foreign_0.8-82 [40] class_7.3-20 data.table_1.14.2 tools_4.1.3 [43] hms_1.1.1 lifecycle_1.0.1 stringr_1.4.0 [46] munsell_0.5.0 cluster_2.1.3 compiler_4.1.3 [49] e1071_1.7-9 rlang_1.0.2 classInt_0.4-3 [52] units_0.8-0 grid_4.1.3 rstudioapi_0.13 [55] htmlwidgets_1.5.4 crosstalk_1.2.0 leafem_0.1.6 [58] bitops_1.0-7 base64enc_0.1-3 rmarkdown_2.13 [61] gtable_0.3.0 codetools_0.2-18 curl_4.3.2 [64] DBI_1.1.2 R6_2.5.1 gridExtra_2.3 [67] knitr_1.38 dplyr_1.0.8 fastmap_1.1.0 [70] utf8_1.2.2 KernSmooth_2.23-20 stringi_1.7.6 [73] Rcpp_1.0.8.3 vctrs_0.4.0 sf_1.0-7 [76] rpart_4.1.16 png_0.1-7 leaflet_2.1.1 [79] tidyselect_1.1.2 xfun_0.30
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i'm trying to get IPEDS data using the following call:
download_ipeds(year = 2017)
and I get the following error:
Content type 'application/x-zip-compressed' length 67407371 bytes (64.3 MB)
downloaded 64.3 MB
Error in unzip(dest, exdir = dir) : 'exdir' does not exist
my Session info is:
R version 4.1.3 (2022-03-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19043)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ipeds_2.0.2 httr_1.4.2 Hmisc_4.6-0 ggplot2_3.3.5
[5] Formula_1.2-4 survival_3.3-1 lattice_0.20-45 RCurl_1.98-1.6
loaded via a namespace (and not attached):
[1] splines_4.1.3 assertthat_0.2.1 sp_1.4-6
[4] stats4_4.1.3 latticeExtra_0.6-29 yaml_2.3.5
[7] pillar_1.7.0 backports_1.4.1 glue_1.6.2
[10] digest_0.6.29 RColorBrewer_1.1-2 checkmate_2.0.0
[13] colorspace_2.0-3 htmltools_0.5.2 Matrix_1.4-1
[16] pkgconfig_2.0.3 raster_3.5-15 haven_2.4.3
[19] purrr_0.3.4 scales_1.1.1 webshot_0.5.2
[22] terra_1.5-21 jpeg_0.1-9 satellite_1.0.4
[25] tibble_3.1.6 htmlTable_2.4.0 proxy_0.4-26
[28] generics_0.1.2 ellipsis_0.3.2 withr_2.5.0
[31] nnet_7.3-17 cli_3.2.0 mapview_2.10.0
[34] magrittr_2.0.3 crayon_1.5.1 evaluate_0.15
[37] fansi_1.0.3 forcats_0.5.1 foreign_0.8-82
[40] class_7.3-20 data.table_1.14.2 tools_4.1.3
[43] hms_1.1.1 lifecycle_1.0.1 stringr_1.4.0
[46] munsell_0.5.0 cluster_2.1.3 compiler_4.1.3
[49] e1071_1.7-9 rlang_1.0.2 classInt_0.4-3
[52] units_0.8-0 grid_4.1.3 rstudioapi_0.13
[55] htmlwidgets_1.5.4 crosstalk_1.2.0 leafem_0.1.6
[58] bitops_1.0-7 base64enc_0.1-3 rmarkdown_2.13
[61] gtable_0.3.0 codetools_0.2-18 curl_4.3.2
[64] DBI_1.1.2 R6_2.5.1 gridExtra_2.3
[67] knitr_1.38 dplyr_1.0.8 fastmap_1.1.0
[70] utf8_1.2.2 KernSmooth_2.23-20 stringi_1.7.6
[73] Rcpp_1.0.8.3 vctrs_0.4.0 sf_1.0-7
[76] rpart_4.1.16 png_0.1-7 leaflet_2.1.1
[79] tidyselect_1.1.2 xfun_0.30
The text was updated successfully, but these errors were encountered: