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

neurohcp: Human Connectome Project Interface

R-CMD-check

Downloads and reads data from Human 'Connectome' Project https://db.humanconnectome.org using Amazon Web Services ('AWS') 'S3' buckets.

Installation

You can install the development version of neurohcp from GitHub with:

# install.packages("pak")
pak::pak("muschellij2/neurohcp")

Example

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

library(neurohcp)
hcp_list_dirs()
fcp_list_dirs()


muschellij2/hcp documentation built on July 3, 2025, 7:32 p.m.