hcp_ids: Get list of HCP Ids

View source: R/hcp_ids.R

hcp_idsR Documentation

Get list of HCP Ids

Description

Returns list of IDs of folders in the HCP database

Usage

hcp_ids(group = c("HCP", "HCP_900", "HCP_1200", "HCP_Retest"))

Arguments

group

Group of IDs to return

Value

Character vector

Examples

if (have_aws_key()) {
head(hcp_ids("HCP"))
head(hcp_ids("HCP_900"))
}

neuroconductor/neurohcp documentation built on Feb. 5, 2023, 6:19 a.m.