Skip to contents

Load tract profiles from the Healthy Brain Network dataset

Usage

read_afq_hbn(truncate = FALSE, ...)

Arguments

truncate

if TRUE, truncate the data to 49 rows. default = FALSE

...

arguments to be passed to read.csv

Value

A merged dataframe with data from HBN

Examples

if (FALSE) { # \dontrun{
  df_hbn <- read_afq_hbn()
} # }