odf2nc_convert: Title

View source: R/odf2nc_convert.R

odf2nc_convertR Documentation

Title

Description

Title

Usage

odf2nc_convert(
  file,
  cf_title,
  cf_institute = c("BIO", "SABS"),
  cf_source =
    "[Insert information here] data collected as part of Fisheries and Oceans Canada (DFO) science activities in the Maritime region of Canada",
  cf_history = "",
  cf_references = "",
  cf_comment = "",
  cf_author = Sys.getenv("USERNAME"),
  cf_conventions = "CF-1.8",
  cf_calendar = "standard",
  creation_date = format(x = Sys.time(), tz = "GMT", format = "%FT%H:%M%SZ")
)

Arguments

file

A character string path to a Hobo temperatuer and pressure logger csv output file

creation_date

pkraska/CESD documentation built on June 15, 2025, 6:32 a.m.