Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Last active August 30, 2024 20:19
Show Gist options
  • Save stephenturner/d3351385c8dfb0c20c46bcd6d72ee52c to your computer and use it in GitHub Desktop.
Save stephenturner/d3351385c8dfb0c20c46bcd6d72ee52c to your computer and use it in GitHub Desktop.
test.r
# Get / clean data ----
library(tidyverse)
library(httr2)
# Set URL path variables
url <- "https://api.biorxiv.org/"
what <- "details"
server <- "biorxiv"
date1 <- "2014-01-01"
date2 <- "2023-12-31"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment