powered by
Converts a data type to the size and what for readBin, necessary for Base64Binary and GZipBase64Binary formats
what
readBin
Base64Binary
GZipBase64Binary
convert_binary_datatype( datatype = c("NIFTI_TYPE_UINT8", "NIFTI_TYPE_INT32", "NIFTI_TYPE_UINT32", "NIFTI_TYPE_FLOAT32") )
data type from GIFTI image
List of length 2: with elements of size and what
# NOT RUN { convert_binary_datatype() convert_binary_datatype('NIFTI_TYPE_INT32') testthat::expect_error(convert_binary_datatype('NIFTI_TYPE_BLAH')) # }
Run the code above in your browser using DataLab