knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

templateflow

R-CMD-check

The goal of templateflow is to download templates from 'Templateflow' (https://www.templateflow.org/), a centralized resource that allows programmatic access to templates for neuroimaging studies.

Installation

You can install the released version of templateflow from CRAN with:

install.packages("templateflow")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("muschellij2/templateflow")

Example

This is a basic example which shows you how to solve a common problem:

library(templateflow)
## basic example code


neuroconductor-devel/templateflow documentation built on March 4, 2021, 12:53 a.m.