Skip to contents

This function returns the default file path for the specifications YAML file corresponding to the provided type. The type must be one of the names defined in the default paths (i.e., "CS" or "CSSY").

Usage

seasonder_defaultSpecsFilePath(type = "CS")

Arguments

type

A character string specifying the type of specifications file. Default is "CS".

Value

A character string representing the full path to the YAML specifications file.

Examples


  # Retrieve the default CS specifications file path
  cs_specs_path <- seasonder_defaultSpecsFilePath("CS")

  # Retrieve the default CSSY specifications file path
  cssy_specs_path <- seasonder_defaultSpecsFilePath("CSSY")