The data cast to the specified type,
or the original data if the type is not recognized.
Function
dataAsType
Description
Performs a type assertion on the input data based on the provided dtype.
Recognized types are 'SSSResultModel', 'IPRMCResultModel', and 'IPRMCResultModelFlat'.
If dtype is unrecognized, returns the data as-is.
Casts data to a specific type based on a type identifier.