View source: R/parse_img_ext.R
parse_img_ext | R Documentation |
Get image extensions from a filename
parse_img_ext(file)
file |
Character filename to parse |
Extension of file
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.