Description Usage Arguments Value Examples
View source: R/convert_binary_datatype.R
Converts a data type to the size and what
for
readBin
, necessary for Base64Binary
and
GZipBase64Binary
formats
1 2 3 4 | convert_binary_datatype(
datatype = c("NIFTI_TYPE_UINT8", "NIFTI_TYPE_INT32", "NIFTI_TYPE_UINT32",
"NIFTI_TYPE_FLOAT32")
)
|
datatype |
data type from GIFTI image |
List of length 2: with elements of size and what
1 2 3 | convert_binary_datatype()
convert_binary_datatype('NIFTI_TYPE_INT32')
testthat::expect_error(convert_binary_datatype('NIFTI_TYPE_BLAH'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.