View source: R/nifti_extensions.R
| ecode_name | R Documentation |
Returns the name associated with a NIfTI extension code.
ecode_name(ecode)
ecode |
Integer extension code. |
Character string with the extension name, or "unknown" if not found.
ecode_name(4L) # Returns "AFNI"
ecode_name(6L) # Returns "comment"
ecode_name(999L) # Returns "unknown"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.