parse_phs: Get phs identifiers from a dbGaP-provided Study Request List

Description Usage Arguments Value Examples

View source: R/parsing.R

Description

Get phs identifiers from a dbGaP-provided Study Request List

Usage

1
parse_phs(html_path)

Arguments

html_path

filepath to the html page downloaded from dbGaP

Value

a list whose elements are each a list of phs identifiers with one list per projects

Examples

1
2
3
4
5
6
## Not run: 
html_path <-
system.file("extdata", "example.html", package = "phsparsr", mustWork = TRUE)
ids <- parse_phs(html_path)

## End(Not run)

UW-GAC/phsparsr documentation built on Dec. 23, 2019, 10:08 p.m.