You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How did Unpaywall find those Open Access full-texts, which were characterized as best matches, and how are these OA types distributed over publication types?
@@ -306,18 +314,18 @@ oa_df %>%
306
314
summarise(Articles= n()) %>%
307
315
arrange(desc(Articles))
308
316
#> # A tibble: 9 x 4
309
-
#> # Groups: oa_status, evidence [7]
310
-
#> oa_status evidence genre Articles
311
-
#> <chr> <chr> <chr> <int>
312
-
#> 1 greenoa repository (via OAI-PMH doi match) journal-art…3
313
-
#> 2 bronze open (via free pdf) journal-art… 2
314
-
#> 3 gold open (via page says license) journal-art… 2
315
-
#> 4 gold oa journal (via doaj) journal-art…1
316
-
#> 5 gold oa journal (via publisher name) component 1
317
-
#> 6 gold open (via free pdf) journal-art… 1
318
-
#> 7 greenoa repository (via OAI-PMH doi match) report 1
319
-
#> 8 green oa repository (via OAI-PMH title and first au… journal-art… 1
320
-
#> 9 green oa repository (via OAI-PMH title and first au… other 1
317
+
#> # Groups: oa_status, evidence [9]
318
+
#> oa_status evidence genre Articles
319
+
#> <chr> <chr> <chr> <int>
320
+
#> 1 gold open (via page says license) journal-article4
321
+
#> 2 bronze open (via free pdf) journal-article 2
322
+
#> 3 greenoa repository (via OAI-PMH doi match) journal-article 2
roadoi returns the data in a consistent structure improved for further analysis in R.
156
157
157
158
```{r}
@@ -161,6 +162,11 @@ oa_df
161
162
For example, to determine how many full-text links were found and which sources were used:
162
163
163
164
```{r}
165
+
=======
166
+
roadoi returns the data in a consistent structure improved for further analysis in R. For example, to determine how many full-text links were found and which sources were used:
0 commit comments