## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----setup-------------------------------------------------------------------- library(SeaSondeR) ## ----eval=FALSE--------------------------------------------------------------- # # library(SeaSondeR) # # Create a SeaSondeRCS object form a CS file # CS_file <- "path/to/CSQ_o_CSS_o_CSA/file" # # SeaSondeRCS_object <- seasonder_createSeaSondeRCS(x = CS_file) #