read_gpl_html: read GPL information webpage

Description Usage Arguments Value Examples

Description

read GPL information webpage

Usage

1
read_gpl_html(webpage)

Arguments

webpage

passed on to xml2::read_html().

Value

list

  1. info: tibble (name, description)

  2. sample: tibble, part of the platform table

Examples

1
2
3
4
5
6
7
8
read_gpl_html(system.file('extdata/GPL98.html', package = 'rGEO.data'))
read_gpl_html(system.file('extdata/GPL10400.html', package = 'rGEO.data'))

## Not run: 
    # feel free to run it, I don't do so to avoid accessing the Internet
    read_gpl_html('https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL16570')

## End(Not run)

dongzhuoer/rGEO.data documentation built on July 31, 2020, 9:34 a.m.