ga_run_log_config | R Documentation |
Extract Log Configuration
ga_run_log_config(zipfile, make_data_frame = FALSE)
zipfile |
Log zip file from ga_run_download_log |
make_data_frame |
Make it into a |
A list of character vectors
## Not run:
have_token = length(gh::gh_token()) > 0
if (have_token) {
run = ga_run("muschellij2", "pycwa", "392215958")
if (difftime(Sys.time(), as.POSIXct(run$created_at), "days")<= 90) {
zipfile = ga_run_download_log("muschellij2", "pycwa", "392215958")
}
}
if (have_token) {
run = ga_run("r-lib", "actions", "551409765")
if (difftime(Sys.time(), as.POSIXct(run$created_at), "days")<= 90) {
zipfile = ga_run_download_log("r-lib", "actions", "551409765")
config = ga_run_log_config(zipfile)
}
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.