labVolumesTable: Function to generate clean text file of sample amounts for...

View source: R/labVolumesTable.R

labVolumesTableR Documentation

Function to generate clean text file of sample amounts for lab

Description

This function accepts a vector of storm names, vector of storm start and end datetimes and list of dataframes containing event data

Usage

labVolumesTable(
  StormName,
  StormStart,
  StormEnd,
  tableOut,
  bottlePickup,
  tzCode = "America/Chicago"
)

Arguments

StormName

vector of storm name(s)

StormStart

vector of storm start dates

StormEnd

vector of storm end dates

tableOut

list of data frames containing event data

bottlePickup

dates bottles were retrieved

tzCode

character a timezone specification for the data


USGS-R/SampleSplitting documentation built on Oct. 18, 2022, 9:19 a.m.