opc_process_cruise | R Documentation |
Process all the OPC raw data files in data_dir
and save processed downcasts in
the output_dir
. The naming convention extracts the cast number from the D00 file
name, and saves each downcast according to the convention:
(output_dir)/(cruise)_(cast).rds
opc_process_cruise(cruise, data_dir, output_dir = data_dir, overwrite = FALSE)
cruise |
prefix to add to each processed data file |
data_dir |
path to raw (D00) data files |
output_dir |
path to processed data files |
overwrite |
overwrite processed data? (default is FALSE) |
OPC tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.