View source: R/geneExpressionFromGEO.r
readUrl | R Documentation |
Function that reads in a URL to check and verifies if it exists (function written by Janko Thyson @rappster and taken from https://stackoverflow.com/a/12195574 )
readUrl(url)
url |
the URL of a webpage |
the output of a webpage verification check
y <- readUrl("http://stat.ethz.ch/R-manual/R-devel/library/base/html/connections.html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.