Description Usage Arguments Value Note Examples
Noir
Make a call to API to find loaded workspaces.
1 |
character |
The url path to workspace via API |
The Noir code will make call to API to gather and then create data frame of connected workspace names, samples, parameters, and populations. Otherwise returns error message.
This code can be used to feed other plugins that would require this info. This code could be modified to stream info directly from the API and not writing out the data frames.
1 2 3 4 5 | ## Not run:
urlWSP <- "http://localhost:4567/api/v1/workspaces/all"
getWorkspaces(urlWSP)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.