read_ctd_prof: Read a single 'prof' ctd file

View source: R/io.R

read_ctd_profR Documentation

Read a single prof ctd file

Description

Read a single prof ctd file

Usage

read_ctd_prof(
  filename,
  data_type = c("CD", "CU"),
  source_id = c("BIO", "NAFC"),
  q_date_time = c(1, 2, 5),
  q_pos = c(1, 2, 5),
  q_temp = c(1, 2, 5),
  dp_flag = c(1, 2, 5),
  q_psal = c(1, 2, 5)
)

Arguments

filename

char, the file to read

data_type

char, codes of data types to retain

source_id

char, codes of data sources to retain

q_date_time

num, codes of q_data_time to retain

q_pos

num, codes of q_pos to retain

q_temp

num, codes of q_temp to retain

dp_flag

num, codes of dp_flag to retain

q_psal

num, codes of q_psal to retain

Value

tibble


BigelowLab/azmpcfin documentation built on March 19, 2022, 2:23 a.m.