Trang Le
Trang Le
Moved from #179. Suggested by @rkrug. Which of the following parameters to the OpenAlex query should be moved into/out of `options`? > format, group_by, group_bys, mailto, q, sample, seed, search,...
@rkrug reported this issue to me via Slack. @massimoaria could you take a look plz? 🌻 Rainer is trying to load the output from `oa2bibliometrix` to an application called **biblioshiny**,...
An example use case contributed by @rkrug. _Note_: the "step backward" is only based on 5 articles citing W1964141474. ``` r library(openalexR) library(ggraph) #> Loading required package: ggplot2 library(tidygraph) #>...
We currently make a few API requests to OpenAlex for testing in our GH Actions, which is triggered by each commit to a PR. A more graceful way to test...
Thank you for the simple and elegant template! 💯 I was wondering if there is a plan to add an R Journal template anytime soon. https://journal.r-project.org/ Related tool: https://github.com/rjournal/rjtools/
Hi Garrick, thanks for the wonderful package! ✨ A question: When I use an epoxy chunk in my Rmd (like below), it knits just fine, but if I want to...
I realized it might be helpful to export `abstract_build()` so the user can use it to work with their list output from `oa_fetch()`.
From [June's comment](https://github.com/ropensci/openalexR/pull/211#issuecomment-2483309933): > Now that we have {rlang}, we're 1-step removed from also adding {cli} which I think may be worth considering later as QoL improvement: ex: warn() ->...
I recently received a question about search and realized that the user would have to learn about more advanced arguments like `pages` and `options` to do a simple search. A...