ensure_template {rpyANTs} | R Documentation |
Ensure the template directory is downloaded
Description
Ensure the template directory is downloaded
Usage
ensure_template(name = BUILTIN_TEMPLATES)
Arguments
name |
name of the template, commonly known as |
Value
The downloaded template path
Examples
# Do not run for testing as this will download the template
if(FALSE) {
# Default is `mni_icbm152_nlin_asym_09a`
ensure_template()
ensure_template("mni_icbm152_nlin_asym_09a")
# Using MNI152b
ensure_template("mni_icbm152_nlin_asym_09b")
}
[Package rpyANTs version 0.0.4 Index]