Skip to contents

Find Venue

Usage

find_venue(id_type = c("openalex", "issn_l", "mag", "issn"), id)

Arguments

id_type

type of id you are submitting, should be one of openalex, issn_l, mag, or issn

id

one or more ids that correspond to the id type

Value

tibble of results from api

Examples

find_venue(id_type = "openalex", id = c("https://openalex.org/V131591925",
"https://openalex.org/V125754415"))
#> # A tibble: 4 × 14
#>   open_alex_id              issn_l issn  display_name publisher total_works_cou…
#>   <chr>                     <chr>  <chr> <chr>        <chr>                <int>
#> 1 https://openalex.org/V13… 0190-… 1939… Social Psyc… SAGE                  1230
#> 2 https://openalex.org/V13… 0190-… 0190… Social Psyc… SAGE                  1230
#> 3 https://openalex.org/V12… 0027-… 0027… Proceedings… Proceedi…           148360
#> 4 https://openalex.org/V12… 0027-… 1091… Proceedings… Proceedi…           148360
#> # … with 8 more variables: total_cited_by_count <int>, open_access <lgl>,
#> #   doaj <lgl>, mag <int>, citation_counts_year <list>, concepts <list>,
#> #   url_all_works <chr>, updated_date <chr>