Skip to contents

Conduct ADAMS Search on ML numbers

Usage

search_ml(ML_number)

Arguments

ML_number

chr/vector: ML number (or numbers) to be searched on ADAMS. All searches must start with ML but partial ML numbers can be searched for in addition to full ML numbers.

Value

tibble of search results

Examples

c("ML22179A346", "ML19211C119") |> nrcadams::search_ml()
#> Searching with the following URL:
#>  https://adams.nrc.gov/wba/services/search/advanced/nrc?q=(mode:sections,sections:(filters:(public-library:!t),properties_search_any:!(!(AccessionNumber,starts,ML22179A346,''),!(AccessionNumber,starts,ML19211C119,''))))&qn=New&tab=content-search-pars&z=0
#> Warning: unknown timezone 'EDT'
#> Warning: unknown timezone 'EDT'
#> # A tibble: 2 × 8
#>   Title `Document Date` `Publish Date`      Type  Affiliation URL   DocketNumber
#>   <chr> <date>          <dttm>              <chr> <chr>       <chr>        <dbl>
#> 1 "NUR… 2022-06-30      2022-07-05 08:26:00 NURE… NRC/NMSS    "htt…      5000608
#> 2 "SHI… 2019-07-17      2019-08-13 10:46:00 Fina… SHINE Medi… "htt…      5000608
#> # ℹ 1 more variable: `ML Number` <chr>