readUrl: Function that reads in a URL to check and verifies if it...

View source: R/geneExpressionFromGEO.r

readUrlR 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 )

Description

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 )

Usage

readUrl(url)

Arguments

url

the URL of a webpage

Value

the output of a webpage verification check

Examples

y <- readUrl("http://stat.ethz.ch/R-manual/R-devel/library/base/html/connections.html")

geneExpressionFromGEO documentation built on April 11, 2025, 6:16 p.m.