ropensci / openalexR

Getting bibliographic records from OpenAlex
https://docs.ropensci.org/openalexR/
Other
97 stars 21 forks source link

Fixes au_affiliation_raw #241

Closed trangdata closed 5 months ago

trangdata commented 5 months ago

Closes #240.

openalexR::oa_fetch(identifier = "W1650596822") |>
  tidyr::unnest(author) |> 
  dplyr::select(au_affiliation_raw)
#> # A tibble: 2 × 1
#>   au_affiliation_raw                                                            
#>   <chr>                                                                         
#> 1 Clinic of Gastroenterology and Rheumatology, Division of Hepatology, Leipzig …
#> 2 Clinic of Gastroenterology and Rheumatology, Division of Hepatology, Leipzig …

Created on 2024-05-04 with reprex v2.0.2