Skip to content

Commit

Permalink
nis
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Dec 12, 2024
1 parent 0226a6c commit 71867bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/national-immunization-survey-nis.html
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ <h2>Download, Import, Preparation<a href="national-immunization-survey-nis.html#
<p>Download the 2023 fixed-width file:</p>
<div class="sourceCode" id="cb798"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb798-1"><a href="national-immunization-survey-nis.html#cb798-1" tabindex="-1"></a>dat_tf <span class="ot">&lt;-</span> <span class="fu">tempfile</span>()</span>
<span id="cb798-2"><a href="national-immunization-survey-nis.html#cb798-2" tabindex="-1"></a></span>
<span id="cb798-3"><a href="national-immunization-survey-nis.html#cb798-3" tabindex="-1"></a>dat_url <span class="ot">&lt;-</span> <span class="st">&quot;https://ftp.cdc.gov/pub/Vaccines_NIS/NISPUF23.DAT&quot;</span></span>
<span id="cb798-3"><a href="national-immunization-survey-nis.html#cb798-3" tabindex="-1"></a>dat_url <span class="ot">&lt;-</span> <span class="st">&quot;https://www.cdc.gov/nis/media/files/2024/11/NISPUF23.DAT&quot;</span></span>
<span id="cb798-4"><a href="national-immunization-survey-nis.html#cb798-4" tabindex="-1"></a></span>
<span id="cb798-5"><a href="national-immunization-survey-nis.html#cb798-5" tabindex="-1"></a><span class="fu">download.file</span>( dat_url , dat_tf , <span class="at">mode =</span> <span class="st">&#39;wb&#39;</span> )</span></code></pre></div>
<p>Edit then execute the import script provided by the CDC:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion metadata/nis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Download the 2023 fixed-width file:
```{r eval = FALSE , results = "hide" }
dat_tf <- tempfile()

dat_url <- "https://ftp.cdc.gov/pub/Vaccines_NIS/NISPUF23.DAT"
dat_url <- "https://www.cdc.gov/nis/media/files/2024/11/NISPUF23.DAT"

download.file( dat_url , dat_tf , mode = 'wb' )
```
Expand Down
2 changes: 1 addition & 1 deletion nis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Download the 2023 fixed-width file:
```{r eval = FALSE , results = "hide" }
dat_tf <- tempfile()
dat_url <- "https://ftp.cdc.gov/pub/Vaccines_NIS/NISPUF23.DAT"
dat_url <- "https://www.cdc.gov/nis/media/files/2024/11/NISPUF23.DAT"
download.file( dat_url , dat_tf , mode = 'wb' )
```
Expand Down

0 comments on commit 71867bf

Please sign in to comment.