getJsonResponse | R Documentation |
Send a list as JSON query to an URL and fetch the response
getJsonResponse(url, body)
url |
The destination URL |
body |
A list to be sent to the URL, which will be encoded in the JSON format internally |
The response from the webserver
## Not run:
## getJsonResponse(GeMS_GENESETS_URL, list(user=ribiosUtils::whoami()))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.