obm_computation | R Documentation |
This function allows you to get data from an OpenBioMaps server.
obm_computation(
action = "",
token = OBM$token,
url = OBM$pds_url,
data_files = NULL,
params = NULL,
config_file = NULL
)
action |
post, get-results, get-status |
token |
obm_init() provide it |
url |
obm_init() provide it |
data_files |
list of files to sending |
params |
computation control params |
config_file |
is The computation_conf.yml file |
Manage computational packs
results <- obm_computation('post','afile.R',params->c())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.