From fa49bfb2e8fff15447b29d44867011ad6c62102d Mon Sep 17 00:00:00 2001 From: Anthony Damico Date: Tue, 7 Nov 2023 10:22:41 -0500 Subject: [PATCH] Update index.Rmd --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index 6343180..f7de9e0 100644 --- a/index.Rmd +++ b/index.Rmd @@ -193,7 +193,7 @@ tf <- tempfile() this_url <- "https://www2.census.gov/programs-surveys/cps/datasets/2023/march/asecpub23sas.zip" -GET(this_url , write_disk(tf) , progress()) +GET(this_url , write_disk(tf)) unzipped_files <- unzip(tf , exdir = tempdir()) ```