View source: R/AutoGeneratedDefinitions.R
existsCharacterizationName | R Documentation |
Check if Characterization definition name exists.
existsCharacterizationName(characterizationName, baseUrl)
characterizationName |
A string name for the Characterization to be checked. |
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
Check if a string name already exists in the WebApi as a Characterization definition name.
If found, the function will return a tibble with details of the specification. If not found, FALSE will be returned.
## Not run: existsCharacterizationName(characterizationName = "this text string needs to be checked", baseUrl = "http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.