get_opencpu_rds.Rd
useful to programmatically access openCPU session object stored in character variables etc.
get_opencpu_rds(session_url, local = TRUE)
session_url | the session url, e.g. https://public.opencpu.org/ocpu/tmp/x02a93ec/R/.val/rds |
---|---|
local | defaults to FALSE, if true, will assume that the session is not on another server, and do some not-very-smart substitution to load it via the file system instead of HTTP/HTTPS |
if (FALSE) { get_opencpu_rds('https://public.opencpu.org/ocpu/tmp/x02a93ec/R/.val/rds') }