getRMINCTestData | R Documentation |
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
getRMINCTestData(
dataPath = getOption("RMINC_DATA_DIR", tempdir()),
method = "libcurl"
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.