read.ctd | R Documentation |
Read Conductivity-Temperature-Depth (CTD) data directly from the Institut Maurice-Lamontagne (IML) SGDOP data base. In particular, the database contains the oceanographic data collected during science surveys in the southern Gulf of St. Lawrence. Oracle client needs to be set up in ODBC sources.
read.ctd(
year,
survey = c("rvs", "scs", "nss"),
table = "ctd",
dsn = "SGDOP",
username = "SGDO_lecture",
password,
echo = TRUE
)
year |
Survey or study year. |
survey |
Character string specifying which survey to target. Available codes are the Septmeber survey ( |
table |
Name of data table ( |
dsn |
Oracle data source name (= |
username |
Oracle user name (= |
password |
Oracle password. |
echo |
Logical value specifying whether to return messages during data retrieval. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.