Nothing
Code
pr_table <- test_gitstats$get_pull_requests(since = "2023-01-01", until = "2025-03-06",
state = NULL, verbose = FALSE)
Message
! Getting cached pull_requests data.
i If you wish to pull the data from API once more, set `cache` parameter to `FALSE`.
Code
pr_table <- test_gitstats$get_pull_requests(since = "2023-01-01", until = "2025-03-06",
cache = FALSE, state = NULL, verbose = TRUE)
Message
i Cache set to FALSE, I will pull data from API.
> Getting pull requests 🔀...
! No pull requests 🔀 found.
Code
pr_data <- get_pull_requests(test_gitstats, since = "2023-01-01", until = "2025-03-06",
verbose = TRUE)
Message
v Data pulled in 0 secs
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.