Skip to contents

Find Institution

Usage

find_institution(
  id_type = c("openalex", "ror", "mag", "grid", "wikipedia", "wikidata"),
  id
)

Arguments

id_type

the type of ids, should be one of: openalex, ror, mag, grid, wikipedia, or wikidata

id

one or more ids for finding

Value

tibble of institution info

Examples

find_institution(id_type = "openalex", id = c("I170897317", "I114027177"))
#> # A tibble: 2 × 27
#>   oa_id         ror   institution_name country_code type  homepage_url image_url
#>   <chr>         <chr> <chr>            <chr>        <chr> <chr>        <chr>    
#> 1 https://open… http… Duke University  US           educ… http://www.… https://…
#> 2 https://open… http… University of N… US           educ… http://www.… https://…
#> # … with 20 more variables: inst_name_acronym <list>,
#> #   inst_name_alternatives <list>, total_works_counts <int>,
#> #   total_cited_by_counts <int>, grid_id <chr>, wikipedia_id <chr>,
#> #   wikidata_id <chr>, mag <int>, city <chr>, city_id <chr>, region <chr>,
#> #   country <chr>, latitude <dbl>, longitude <dbl>, international_names <list>,
#> #   associated_institutions <list>, citation_counts_year <list>,
#> #   concepts <list>, url_all_works <chr>, updated_date <chr>