View source: R/RCy3-notebook.R
doRequestRemote | R Documentation |
Do requests remotely by connecting over Jupyter-Bridge.
doRequestRemote(method, qurl, qbody = NULL, headers = NULL)
method |
A string to be converted to the REST query namespace |
qurl |
A named list of values to be converted to REST query parameters |
qbody |
A named list of values to be converted to JSON |
headers |
httr headers |
httr response
doRequestRemote()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.