Skip to contents

Load tract profiles from the Healthy Brain Network dataset

Usage

read_afq_hbn(truncate = FALSE, na_omit = FALSE, ...)

Arguments

truncate

Truncate the dataset to 49 rows, logical. Default: FALSE.

na_omit

A logical indicating whether rows with NA values should be removed from the data frame before returning. Default: FALSE

...

Further keyword arguments to be passed to the file reading function: readr::read_csv or readr::read_tsv.

Value

A merged dataframe with data from HBN

Examples

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