read_ecomon: Read a ecomon data - trim to bare necessities

View source: R/io.R

read_ecomonR Documentation

Read a ecomon data - trim to bare necessities

Description

Read a ecomon data - trim to bare necessities

Usage

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]
)

Arguments

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 simplify = TRUE.

form

character either 'tibble' or 'sf'

Value

tibble or sf Points object


BigelowLab/ecomon documentation built on Dec. 8, 2023, 9:21 p.m.