create_log_from_NSDFA_tracking: Writes deployment log from the NSDFA tracking sheet

View source: R/create_deployment_log.R

create_log_from_NSDFA_trackingR Documentation

Writes deployment log from the NSDFA tracking sheet

Description

Writes deployment log from the NSDFA tracking sheet

Usage

create_log_from_NSDFA_tracking(
  path.tracking.sheet,
  temp.sheet = "TempMetaData",
  path.export,
  station,
  deployment.date
)

Arguments

path.tracking.sheet

Full path to the NSDFA tracking sheet (including the file name and extension). This must be a .xlsx file.

temp.sheet

Name of the tab with the temperature data (in "").

path.export

Path to the Log folder.

station

Station name.

deployment.date

Date of deployment as a character string in the format "Y-m-d"

Details

Imports the NSDFA tracking sheet, filters for the station and date of interest, re-formats into the deployment log format, and exports to the Log folder.

DD: I tried to match Recv_Method from the tracking sheet with Mount_Type in the Log, but it doesn't match existing logs.

Value

Returns deployment log in .xlsx format.

Author(s)

Danielle Dempsey


Centre-for-Marine-Applied-Research/strings documentation built on Aug. 21, 2023, 8 a.m.