is Characterization id a valid definition in the WebApi.

isValidCharacterizationId(characterizationIds, baseUrl)

Arguments

characterizationIds

A list of integer id(s) of the Characterization to be tested for validity.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

Value

A logical vector indicating if an ID is valid.

Details

Checks if a set of id for a Characterization is valid. The following checks are performed. 1) checks if all the ids exists in the WebApi i.e. valid.

Examples

if (FALSE) {
isValidCharacterizationId(characterizationIds = c(13242, 3423, 34),
                          baseUrl = "http://server.org:80/WebAPI")
}