ingest_NPGO: Ingest North Pacific Gyre Oscillation data

Description Usage Arguments Value Examples

View source: R/ingest_north_pacific_gyre.R

Description

ingest_ ingests data from http://www.o3d.org/npgo/ for the North Pacific Gyre Oscillation. All ingest functions use the source file name as an identifying column to track provenance and relate data and metadata read from files.

Usage

1
2
3
4
ingest_NPGO(
  input.source = "http://www.o3d.org/npgo/npgo.php",
  export.header = TRUE
)

Arguments

input.source

Character indicating the URI to the HTML representation of the data.

export.header

A logical indicating if header information is written to a separate data frame.

Value

A data frame. If export.header = TRUE a temporary file is created for the header data. See ingest_header for more information.

Examples

1
2
3
4
## Not run: 
df_npgo <- ingest_NPGO()  # reads in all the data

## End(Not run)

jpshanno/ingestr documentation built on Sept. 24, 2020, 11:40 a.m.