R/utils-filenames.R

Defines functions sediment_trap_filename cpr_south_filename cpr_north_filename pump_filename plankton_net_filename

#' Plankton nets file name
#'
#' @noRd

plankton_net_filename <- function() "FORCIS_net_"


#' Pumps file name
#'
#' @noRd

pump_filename <- function() "FORCIS_pump_"


#' CPR North file name
#'
#' @noRd

cpr_north_filename <- function() "FORCIS_cpr_north_"


#' CPR South file name
#'
#' @noRd

cpr_south_filename <- function() "FORCIS_cpr_south_"


#' Sediment Traps file name
#'
#' @noRd

sediment_trap_filename <- function() "FORCIS_trap_"

Try the forcis package in your browser

Any scripts or data that you put into this service are public.

forcis documentation built on June 8, 2025, 10:37 a.m.