View source: R/nifti2_extensions.R
| nifti2.extension.content | R Documentation |
Get the payload of a NIFTI v2 header extension as raw bytes.
nifti2.extension.content(extension, strip_nul = TRUE)
extension |
a NIFTI v2 header extension, a named list with entries 'ecode' and 'content', see |
strip_nul |
logical, whether to remove NUL bytes from the payload. This is required to convert the payload to a character string. |
a raw vector, the payload of the extension.
Other nifti2 extensions:
nifti2.extension(),
nifti2.extension.size(),
nifti2.extension.text(),
nifti2.get.extension()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.