Nothing
Code
commits_table <- test_gitstats$get_commits(since = "2023-06-15", until = "2023-06-30",
cache = FALSE, verbose = TRUE)
Message
i Cache set to FALSE, I will pull data from API.
! No commits found.
You need to pass date to `since` parameter.
Code
commits <- get_commits(test_gitstats, since = "2023-06-15", until = "2023-06-30",
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.