Description Usage Arguments Value Examples
read GPL information webpage
1 | read_gpl_html(webpage)
|
webpage |
passed on to |
list
info: tibble (name
, description
)
sample: tibble, part of the platform table
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.