Description Usage Arguments Value Examples
View source: R/parse_img_ext.R
Get image extensions from a filename
| 1 | 
| file | Character filename to parse | 
Extension of file
| 1 2 3 4 5 6 7 | parse_img_ext("blah.nii.gz")
parse_img_ext("blah.mnc")
parse_img_ext("blah.nii")
parse_img_ext("blah")
parse_img_ext("blah.img")
parse_img_ext("blah.hdr")
parse_img_ext("blah.hdr.gz")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.