Makes a Formatted Tibble from ADAMS URL Search Results
Source:R/ACRS.R
make_results_tibble_no_docket.Rd
Makes a Formatted Tibble from ADAMS URL Search Results
Examples
"https://adams.nrc.gov/wba/services/search/advanced/nrc?q=(mode:sections,sections:(filters:(public-library:!t),properties_search_any:!(!(DocketNumber,eq,'99902088','')),properties_search_all:!(!(PublishDatePARS,gt,'01/05/2023',''))))&qn=New&tab=advanced-search-pars&z=0" |>
nrcadams:::make_results_tibble()
#> Warning: unknown timezone 'EDT'
#> Warning: unknown timezone 'EDT'
#> # A tibble: 22 × 8
#> Title `Document Date` `Publish Date` Type Affiliation URL
#> <chr> <date> <dttm> <chr> <chr> <chr>
#> 1 Appendices for R… 2024-04-30 2024-05-08 08:32:00 - No… Abilene Ch… "htt…
#> 2 Appendices for R… 2024-04-30 2024-05-08 08:32:00 - No… Abilene Ch… "htt…
#> 3 Abilene Christia… 2024-04-30 2024-05-08 08:32:00 Lett… Abilene Ch… "htt…
#> 4 Abilene Christia… 2024-04-30 2024-05-08 08:32:00 Lett… Abilene Ch… "htt…
#> 5 Submittal of Abi… 2024-04-26 2024-05-06 08:32:00 Lett… Abilene Ch… "htt…
#> 6 Submittal of Abi… 2024-04-26 2024-05-06 08:32:00 Lett… Abilene Ch… "htt…
#> 7 Natura Resources… 2024-01-29 2024-02-02 09:53:00 Lega… Natura Res… "htt…
#> 8 Natura Resources… 2024-01-29 2024-02-02 09:53:00 Lega… Natura Res… "htt…
#> 9 Abilene Christia… 2023-04-13 2023-09-22 08:39:00 Meet… Abilene Ch… "htt…
#> 10 Abilene Christia… 2023-04-13 2023-09-22 08:39:00 Meet… Abilene Ch… "htt…
#> # ℹ 12 more rows
#> # ℹ 2 more variables: DocketNumber <dbl>, `ML Number` <chr>