diff --git a/03-nytimes/README.md b/03-nytimes/README.md index 9f08ac6..592fdcf 100644 --- a/03-nytimes/README.md +++ b/03-nytimes/README.md @@ -5,7 +5,7 @@ The following is an example of how to use the [NYTimes API](https://developer.nytimes.com/) to get a list of articles related to a particular term. Here we are searching articles that include the term `"health"`, and that were published up to seven days ago since -2024-10-28. +2024-11-04. ``` r # Preparing a function to use the GET method with the NYTimes API @@ -83,25 +83,25 @@ colnames(tab) <- c("Keyword", "# Articles") knitr::kable(tab, row.names = FALSE) ``` -| Keyword | \# Articles | -|:-----------------------------------------|------------:| -| Harris, Kamala D | 15 | -| Presidential Election of 2024 | 15 | -| internal-paywall-exempt-elections-app | 10 | -| Obama, Barack | 10 | -| Trump, Donald J | 10 | -| APPALACHIAN REGION | 5 | -| AppHarvest Inc | 5 | -| Atlanta (Ga) | 5 | -| Authoritarianism (Theory and Philosophy) | 5 | -| Biden, Joseph R Jr | 5 | -| Canada | 5 | -| Case, Stephen M | 5 | -| Cemeteries | 5 | -| Charlotte (NC) | 5 | -| City Council (NYC) | 5 | -| CNN | 5 | -| Democratic Party | 5 | -| Elections | 5 | -| Foreign Workers | 5 | -| Hotel Association of New York | 5 | +| Keyword | \# Articles | +|:--------------------------------------|------------:| +| Presidential Election of 2024 | 25 | +| Trump, Donald J | 20 | +| United States Politics and Government | 20 | +| Harris, Kamala D | 15 | +| internal-storyline-no | 10 | +| Obama, Michelle | 10 | +| Accidents and Safety | 5 | +| Alpha Kappa Alpha | 5 | +| Atlanta (Ga) | 5 | +| audio-neutral-immersive | 5 | +| audio-neutral-informative | 5 | +| Beef | 5 | +| Biden, Joseph R Jr | 5 | +| Books and Literature | 5 | +| Children and Childhood | 5 | +| Ciara | 5 | +| Colorado | 5 | +| Computers and the Internet | 5 | +| Constellation Energy Group | 5 | +| Courts and the Judiciary | 5 | diff --git a/03-nytimes/README_files/figure-gfm/preparing-data-1.png b/03-nytimes/README_files/figure-gfm/preparing-data-1.png index 1b88b7f..7cbe9b1 100644 Binary files a/03-nytimes/README_files/figure-gfm/preparing-data-1.png and b/03-nytimes/README_files/figure-gfm/preparing-data-1.png differ