Switch to unified view

a b/RadETL/man/imageTotalCount.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/imageTotalCount_OccurrenceTable.R
3
\name{imageTotalCount}
4
\alias{imageTotalCount}
5
\title{'imageTotalCount'}
6
\usage{
7
imageTotalCount(DICOMList)
8
}
9
\arguments{
10
\item{DICOMList}{you can put it like this and then run the function : DICOMList<-DICOMHeaderList(DICOMFolderPath)}
11
}
12
\value{
13
A dataframe indicating total count of each DICOM files in each occurrences
14
}
15
\description{
16
imageTotalCount function indicates total count of each DICOM files in each occurrences
17
}
18
\examples{
19
DICOMList<-DICOMHeaderList(DICOMFolderPath)
20
imageTotalCount(DICOMList)
21
}