ps_save {planscorer} | R Documentation |
Save PlanScore Output
Description
Save PlanScore Output
Usage
ps_save(link, path, json = TRUE)
Arguments
link |
index url output from |
path |
path to save copy of data in, likely ending in |
json |
should the file be saved as |
Value
path to json
file
Examples
url <- 'https://planscore.s3.amazonaws.com/uploads/20221127T213653.168557156Z/index.json'
tf <- tempfile(fileext = '.json')
ps_save(url, tf)
[Package planscorer version 0.0.1 Index]