| ensure_template | R Documentation |
Ensure the template directory is downloaded
ensure_template(name = BUILTIN_TEMPLATES)
name |
name of the template, commonly known as |
The downloaded template path
# 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.