Learn R Programming

rnoaa (version 0.1.0)

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
Year (numeric)
mo
Month, as character abbrevation of a month (character)
Pole
One of S (south) or N (north) (character)

Value

  • A list of urls

Examples

Run this code
# 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