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.

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

df_npgo <- ingest_NPGO() # reads in all the data
#> Header info for http://www.o3d.org/npgo/npgo.php has been saved to a temporary file. Run ingest_header('http://www.o3d.org/npgo/npgo.php') to load the header data.