dcmtk_cmd: DCMTK Command Wrapper

Description Usage Arguments Value

View source: R/dcmtk_cmd.R

Description

This function calls DCMTK command passed to cmd.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dcmtk_cmd(
  cmd,
  file = NULL,
  opts = "",
  outfile = NULL,
  frontopts = "",
  verbose = TRUE,
  intern = FALSE,
  run = TRUE,
  ...
)

Arguments

cmd

(character) DCMTK command

file

(character) files to be manipulated

opts

(character) operations to be passed to cmd

outfile

(character) output filenames

frontopts

(character) options/character to put in before filename

verbose

(logical) print out command before running

intern

(logical) to be passed to system

run

(logical) should the command be executed?

...

additional arguments passed to system.

Value

Result from system command, depends if intern is TRUE or FALSE.


muschellij2/dcmtk documentation built on March 17, 2021, 9:11 p.m.