ps_capture {planscorer} | R Documentation |
Capture PlanScore Graphs
ps_capture(link, path)
link |
plan_url output from |
path |
path to save copy of graphs in, likely ending in |
path to screenshot
# often times out
url <- 'https://planscore.org/plan.html?20221127T213653.168557156Z'
tf <- tempfile(fileext = '.png')
ps_capture(url, path = tf)