prism_call {peermodels} | R Documentation |
Generic call to PRISM server
Description
Generic call to PRISM server
Usage
prism_call(func, base_url, api_key = NULL, ...)
Arguments
func |
function to call |
base_url |
the url to call |
api_key |
API key |
... |
other parameters |
Value
processed (from JSON to R object result of the call)
[Package peermodels version 0.10.3 Index]