Skip to content

Commit

Permalink
Update index.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Nov 7, 2023
1 parent 554aa3a commit fa49bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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())
```
Expand Down

0 comments on commit fa49bfb

Please sign in to comment.