Get results for a Characterization Id.

getCharacterizationResults(characterizationId, baseUrl)

Arguments

characterizationId

An integer id representing the id that uniquely identifies a characterization analysis definition in a WebApi instance.

baseUrl

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

Value

An R object with results.

Details

Get the results for Characterization id.

Examples

if (FALSE) {
getCharacterizationResults(characterizationId = 342, baseUrl = "http://server.org:80/WebAPI")
}