Description Usage Arguments Value Examples
Read a DICOM image or series of images
1  | read_dicom(path, ...)
 | 
path | 
 Directory containing DICOM images, or single image file  | 
... | 
 Additional arguments to   | 
List with elements hdr and img, each with an element for each slice. img is empty if the DICOM file contains no pixel data.
1 2  | ## Not run: read_dicom(dicom_directory)
## Not run: read_dicom(dicom_file.dcm)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.