isValidSourceKey | R Documentation |
Check if source key is valid.
isValidSourceKey(sourceKeys, baseUrl)
sourceKeys |
The source key(s) for a CDM instance in WebAPI, as defined in the Configuration page. |
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
Checks if a set of sourceKey(s) are valid, i.e. checks if all the sourceKey(s) exists in the WebApi i.e. valid.
A logical vector indicating if an ID is valid.
## Not run: isValidSourceKey(sourceKeys = c("HCUP", "CCA"), baseUrl = "http://server.org:80/WebAPI", category = "cohort") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.