View source: R/seasonder_specsHandling.R
seasonder_defaultSpecsFilePath | R Documentation |
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").
seasonder_defaultSpecsFilePath(type = "CS")
type |
A character string specifying the type of specifications file. Default is "CS". |
A character string representing the full path to the YAML specifications file.
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.