library(rcrossref)
cr_works(filter = c(
issn = "1099-1255",
from_pub_date = "2013-01-01",
until_pub_date = "2019-12-31",
type = "journal-article"
),
limit = 500)
## $meta
## total_results search_terms start_index items_per_page
## 1 134 NA 0 500
##
## $data
## # A tibble: 134 x 31
## alternative.id archive container.title created deposited published.print
## <chr> <chr> <chr> <chr> <chr> <chr>
## 1 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 2 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 3 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 4 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 5 10.1002/jae.2… Portico Journal of App… 2019-0… 2019-07-… <NA>
## 6 10.1002/jae.2… Portico Journal of App… 2019-0… 2019-07-… 2019-01
## 7 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 8 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 9 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2018-06
## 10 10.1002/jae.2… Portico Journal of App… 2018-0… 2019-07-… 2019-01
## # … with 124 more rows, and 25 more variables: published.online <chr>,
## # doi <chr>, indexed <chr>, issn <chr>, issue <chr>, issued <chr>,
## # member <chr>, page <chr>, prefix <chr>, publisher <chr>,
## # reference.count <chr>, score <chr>, source <chr>, subject <chr>,
## # title <chr>, type <chr>, url <chr>, volume <chr>, author <list>,
## # link <list>, license <list>, reference <list>, update.policy <chr>,
## # assertion <list>, funder <list>
##
## $facets
## NULL