rnoaa (version 0.8.4)

seaiceeurls: Make all urls for sea ice data

Description

Make all urls for sea ice data

Usage

seaiceeurls(yr = NULL, mo = NULL, pole = NULL)

Arguments

yr

(numeric) a year

mo

(character) a month, as character abbrevation of a month

pole

(character) one of S (south) or N (north)

Value

A vector of urls (character)

Examples

Run this code
# NOT RUN {
# Get all urls
seaiceeurls()

# Get urls for Feb of all years, both S and N poles
seaiceeurls(mo='Feb')

# Get urls for Feb of all years, just S pole
seaiceeurls(mo='Feb', pole='S')

# Get urls for Feb of 1980, just S pole
seaiceeurls(yr=1980, mo='Feb', pole='S')
# }

Run the code above in your browser using DataLab