Learn R Programming

neurohcp (version 0.6)

hcp_ids: Get list of HCP Ids

Description

Returns list of IDs of folders in the HCP database

Usage

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

Arguments

group
Group of IDs to return

Value

Character vector

Examples

Run this code
if (have_aws_key()) {
head(hcp_ids("HCP"))
head(hcp_ids("HCP_900"))
}

Run the code above in your browser using DataLab