R/toy_dicom_raw.R

Defines functions toy.dicom.raw

Documented in toy.dicom.raw

#' 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 May 8, 2026, 9:07 a.m.