Skip to content

Commit

Permalink
Resolves #187 (#188)
Browse files Browse the repository at this point in the history
* Resolves #187

* type article
  • Loading branch information
trangdata authored Nov 7, 2023
1 parent 4a3aaad commit 32855b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/Filters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ tech_insts <- oa_fetch(
dplyr::glimpse(tech_insts)
peer_venues <- oa_fetch(
entity = "venues",
publisher = "Peerj",
entity = "sources",
display_name = "PeerJ",
x_concepts.id = "C185592680",
is_oa = TRUE,
is_in_doaj = TRUE
Expand Down
4 changes: 2 additions & 2 deletions vignettes/articles/institution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The only difference here is that, instead of grouping by `is_oa`, we're interest
open_access <- oa_fetch(
entity = "works",
institutions.ror = "00b30xv10",
type = "journal-article",
type = "article",
from_publication_date = "2012-08-24",
is_paratext = "false",
is_oa = "true",
Expand All @@ -55,7 +55,7 @@ open_access <- oa_fetch(
closed_access <- oa_fetch(
entity = "works",
institutions.ror = "00b30xv10",
type = "journal-article",
type = "article",
from_publication_date = "2012-08-24",
is_paratext = "false",
is_oa = "false",
Expand Down

0 comments on commit 32855b6

Please sign in to comment.