View source: R/install_dcm2nii.R
install_dcm2nii | R Documentation |
Install dcm2nii to dcm2niir for conversion tools
install_dcm2nii(
lib.loc = NULL,
overwrite = FALSE,
from_source = FALSE,
jpeg = FALSE,
progdir = NULL,
cmake_opts = "",
verbose = TRUE,
source_clone_dir = NULL,
git_url = "https://github.com/rordenlab/dcm2niix"
)
install_dcm2nii_bin(
progdir = system.file(package = "dcm2niir"),
dcm2niicmd = c("dcm2niix", "dcm2niix_feb2024", "dcm2nii_2009", "dcm2nii"),
overwrite = FALSE
)
lib.loc |
a character vector with path names of R libraries.
Passed to |
overwrite |
Force reinstallation if one already present |
from_source |
if this is TRUE, then |
jpeg |
install using JPEG utilities |
progdir |
Installation directory for executable built |
cmake_opts |
Additional options to pass to |
verbose |
print diagnostic messages |
source_clone_dir |
experimental, where the file should be cloned if source install. Do not use unless you know what you're doing. |
git_url |
URL of |
dcm2niicmd |
(character) either "dcm2niix", "dcm2nii", or "dcm2nii_2009", which are different versions of dcm2nii. |
install_dir = tempdir()
install_dcm2nii(progdir = install_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.