Capture PlanScore Graphs
Examples
if (FALSE) { # interactive()
# often times out
url <- 'https://planscore.org/plan.html?20221127T213653.168557156Z'
tf <- tempfile(fileext = '.png')
ps_capture(url, path = tf)
}
Capture PlanScore Graphs
if (FALSE) { # interactive()
# often times out
url <- 'https://planscore.org/plan.html?20221127T213653.168557156Z'
tf <- tempfile(fileext = '.png')
ps_capture(url, path = tf)
}