Description Usage Arguments Value Examples
View source: R/ingest_north_pacific_gyre.R
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.
1 2 3 4 | ingest_NPGO(
input.source = "http://www.o3d.org/npgo/npgo.php",
export.header = TRUE
)
|
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. |
A data frame. If export.header = TRUE a temporary file is created for
the header data. See ingest_header
for more information.
1 2 3 4 | ## Not run:
df_npgo <- ingest_NPGO() # reads in all the data
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.