hcp_ids: Get list of HCP Ids

Description Usage Arguments Value Examples

View source: R/hcp_ids.R

Description

Returns list of IDs of folders in the HCP database

Usage

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

Arguments

group

Group of IDs to return

Value

Character vector

Examples

1
2
3
4
if (have_aws_key()) {
head(hcp_ids("HCP"))
head(hcp_ids("HCP_900"))
}

muschellij2/hcp documentation built on Sept. 13, 2021, 4:21 p.m.