openalexr and Walden

32 views
Skip to first unread message

Friedman, Jason

unread,
Oct 17, 2025, 12:05:06 PM (14 days ago) Oct 17
to openalex-...@googlegroups.com

Hi All,

 

Has anyone successfully used openalexr to query Walden/version 2? If so, would you be willing to share what you did? I’m curious to give it a try, but I’ve been stymied.

 

Thanks!

 

-Jason

 

Jason Friedman, BA, MA, MIS
he/him

Assistant Dean, Collections and Discovery

 

University of Saskatchewan

University Library

Ph: (306) 966-8114

 

I acknowledge that I live and work on Treaty 6 Territory and the Homeland of the Métis. We pay our respect to the First Nations and Métis ancestors of this place and reaffirm our relationship with one another.

 

Trang Le

unread,
Oct 18, 2025, 8:29:08 AM (13 days ago) Oct 18
to OpenAlex Community
Thank you for bringing this to my attention, Jason! I have created an issue on openalexR and will work on the fix soon. For now, if you want to work with the list output instead of waiting for the dataframe conversion to be fixed:

oa_fetch(
  entity = "works",
  title.search = "large language model",
  pages = 1,
  options = list("data-version" = 2),
  output = "list",
  verbose = TRUE
)

Best,
Trang 

Trang Le

unread,
Oct 18, 2025, 9:28:13 AM (13 days ago) Oct 18
to OpenAlex Community
Hi Jason — I have implemented a quick fix. We will push this release to CRAN soon (along with a few other minor fixes). Stay tuned! 

For now, you can install the GitHub version and this should work:

# install.packages("remotes")
remotes::install_github("ropensci/openalexR")
library(openalexR)
w <- oa_fetch(

  entity = "works",
  title.search = "large language model",
  pages = 1,
  options = list("data-version" = 2),
  verbose = TRUE
)
w

Friedman, Jason

unread,
Oct 20, 2025, 1:27:59 PM (11 days ago) Oct 20
to OpenAlex Community

Hi Trang,

 

Thank you so much!!! I greatly appreciate it!

 

-Jason

 

Jason Friedman, BA, MA, MIS
he/him

Assistant Dean, Collections and Discovery

 

University of Saskatchewan

University Library

Ph: (306) 966-8114

 

I acknowledge that I live and work on Treaty 6 Territory and the Homeland of the Métis. We pay our respect to the First Nations and Métis ancestors of this place and reaffirm our relationship with one another.

 

From: openalex-...@googlegroups.com <openalex-...@googlegroups.com> On Behalf Of Trang Le
Sent: Saturday, October 18, 2025 7:28 AM
To: OpenAlex Community <openalex-...@googlegroups.com>
Subject: [openalex-community-group] Re: openalexr and Walden

 

CAUTION: External to USask. Verify sender and use caution with links and attachments. Forward suspicious emails to phis...@usask.ca

 

--
You received this message because you are subscribed to the Google Groups "OpenAlex Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openalex-commun...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/openalex-community/e1f5b88c-3acc-4a3c-a066-8cd10e4c03d8n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages