ps_capture | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.