Diff of /RadETL/man/DicomPath.Rd [000000] .. [58c332]

Switch to side-by-side view

--- a
+++ b/RadETL/man/DicomPath.Rd
@@ -0,0 +1,21 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/DicomPath_ImageTable.R
+\name{dicomPath}
+\alias{dicomPath}
+\title{'DicomPath'}
+\usage{
+dicomPath(DICOMList)
+}
+\arguments{
+\item{DICOMList}{you can put it like this and then run the function : DICOMList<-DICOMHeaderList(DICOMFolderPath)}
+}
+\value{
+A list indicating path of each DICOM files
+}
+\description{
+DicomPath function indicates path of each DICOM files
+}
+\examples{
+DICOMList<-DICOMHeaderList(DICOMFolderPath)
+lapply(DICOMList)
+}