read_ctd_prof | R Documentation |
prof
ctd fileRead a single prof
ctd file
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) )
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 |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.