R/toy_dicom_raw.R

#' toy DICOM raw data
#' @description The \code{toy.dicom.raw} loads raw data from a dummy DICOM file.
#' It is used for the test.
#' @return Returns the raw data of a dummy DICOM file of rtplan modality. 

#' @examples
#' toy.dicom.raw ()
#' @export
toy.dicom.raw <- function () {
  return (toy.rtplan)
}

Try the espadon package in your browser

Any scripts or data that you put into this service are public.

espadon documentation built on April 11, 2025, 5:57 p.m.