getANTsRData: getANTsRData

Description Usage Arguments Value Author(s) Examples

Description

Downloads antsr test data

Usage

1
2
3
getANTsRData(fileid, usefixedlocation = FALSE, verbose = FALSE,
  method = ifelse(Sys.info()["sysname"] == "Linux", "wget", "auto"),
  quiet = FALSE)

Arguments

fileid

one of the permitted file ids or pass "show" to list all valid possibilities. Note that most require internet access to download.

usefixedlocation

directory to which you download files

verbose

optional boolean

method

Method to be used for downloading files, passed to download.file

quiet

If TRUE, suppress status messages (if any), and the progress bar.

Value

filename string

Author(s)

Avants BB

Examples

1
fi <- getANTsRData( "r16" )

muschellij2/atropos documentation built on May 4, 2019, 3:17 p.m.