Description Usage Arguments Details Value Examples
compares given source keys to configured sourcekeys. get matched source keys
1 | getValidSourceKeys(baseUrl, sourceKeys)
|
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
sourceKeys |
A list of string names for the source keys as in configuration page of Atlas. |
compares given source keys to configured sourcekeys. get matched source keys
A list of object representing the source keys in the Atlas webapi configuration
1 2 3 4 5 6 | ## Not run:
#
getValidSourceKeys(baseUrl = "http://server.org:80/WebAPI", sourceKeys = c('schema1', 'schema2'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.