getRMINCTestData: Download Example Data

getRMINCTestDataR Documentation

Download Example Data

Description

Download the example data needed to run our examples in your /tmp directory The data can be downloaded manually from https://wiki.mouseimaging.ca/download/attachments/1654/rminctestdata.tar.gz

Usage

getRMINCTestData(
  dataPath = getOption("RMINC_DATA_DIR", tempdir()),
  method = "libcurl"
)

Arguments

dataPath

The directory to download and unpack the test data (unpacks in dataPath/rminctestdata). Default can be set with the option RMINC_DATA_DIR which can in turn be set with the environment variable RMINC_DATA_DIR. If unset a temporary directory is created.

method

Argument to pass to download.file typical options are libcurl and wget


Mouse-Imaging-Centre/RMINC documentation built on Nov. 12, 2022, 1:50 p.m.