create_initial_deployment_log: Exports an initial deployment log

View source: R/create_deployment_log.R

create_initial_deployment_logR Documentation

Exports an initial deployment log

Description

Exports an initial deployment log

Usage

create_initial_deployment_log(
  station,
  waterbody = "lookup",
  path.export,
  n.sensors = 5
)

Arguments

station

Station name (for the Location_Description column).

waterbody

Waterbody name (for the Deployment_Waterbody column). If waterbody == "lookup" (the default), the function will look up the waterbody corresponding to station in the Area Info tab of the STRINGS TRACKING google spreadsheet.

path.export

Path to where the log should be exported.

n.sensors

Number of sensors that will be included in the string, if known. Default is n.sensors = 5.

Details

Deployment_Waterbody and Location_Description are filled in. Remaining columns are empty.

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.