| read_ecomon | R Documentation | 
Read a ecomon data - trim to bare necessities
read_ecomon(
  filename = list_data(id = "0187513"),
  simplify = TRUE,
  select_vars = c("cruise_name", "station", "zoo_gear", "ich_gear", "lat", "lon",
    "date", "time", "depth", "sfc_temp", "sfc_salt", "btm_temp", "btm_salt",
    "volume_1m2"),
  form = c("tibble", "sf")[1]
)
| filename | one or more filenames. If multiples, the individual tables are row bound into one. | 
| simplify | logical if TRUE trim down to a simple dataset | 
| select_vars | character, the columns to select if simplyfing.  Ignored
unless  | 
| form | character either 'tibble' or 'sf' | 
tibble or sf Points object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.