rNOMADS (version 2.5.3)

LinkExtractor: Extracts links from web pages

Description

Parse a web page, capturing and returning any links found.

Usage

LinkExtractor(url)

Value

links

A vector of link URLs

Arguments

url

A URL to scan for links.

Author

Daniel C. Bowman danny.c.bowman@gmail.com

Details

This is an internal routine used by several functions in the package.

See Also

WebCrawler

Examples

Run this code

#Find model runs for the 
#GFS 0.5x0.5 model

if (FALSE) {
urls.out <- LinkExtractor(
"http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p50.pl")
}

Run the code above in your browser using DataLab