get_opencpu_rds: pass in the url to the RDS representation of a openCPU...

Description Usage Arguments Examples

View source: R/connect_to_formr.R

Description

useful to programmatically access openCPU session object stored in character variables etc.

Usage

1
get_opencpu_rds(session_url, local = TRUE)

Arguments

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

Examples

1
2
3
4
## Not run: 
get_opencpu_rds('https://public.opencpu.org/ocpu/tmp/x02a93ec/R/.val/rds')

## End(Not run)

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.