Additional license information (compared to oa_by_license()) as detected by Unpaywall.

oa_by_other(x = unpaywall_df(), by_pub = FALSE)

oa_by_other_plot(x = oa_by_other())

Arguments

x

a data frame like its default, oa_by_other()

by_pub

giving whether to group by summarised publishers

Functions

  • oa_by_other_plot: plotting

See also

Other ETL functions: oa_by_license()

Examples

oa_by_other()
#> Warning: The `add` argument of `group_by()` is deprecated as of dplyr 1.0.0. #> Please use the `.add` argument instead. #> This warning is displayed once every 8 hours. #> Call `lifecycle::last_warnings()` to see where this warning was generated.
#> # A tibble: 16 x 3 #> # Groups: year [8] #> year source articles #> <int> <fct> <int> #> 1 2013 "Other license information\n(Unpaywall)" 29059 #> 2 2013 "Crossref immediate license" 10217 #> 3 2014 "Other license information\n(Unpaywall)" 33175 #> 4 2014 "Crossref immediate license" 17799 #> 5 2015 "Other license information\n(Unpaywall)" 31156 #> 6 2015 "Crossref immediate license" 23835 #> 7 2016 "Other license information\n(Unpaywall)" 27373 #> 8 2016 "Crossref immediate license" 36779 #> 9 2017 "Other license information\n(Unpaywall)" 8321 #> 10 2017 "Crossref immediate license" 44984 #> 11 2018 "Other license information\n(Unpaywall)" 15175 #> 12 2018 "Crossref immediate license" 56348 #> 13 2019 "Other license information\n(Unpaywall)" 12516 #> 14 2019 "Crossref immediate license" 65613 #> 15 2020 "Other license information\n(Unpaywall)" 1525 #> 16 2020 "Crossref immediate license" 29084
oa_by_other_plot()