stormEventsTable: Function to generate text file with storm event sample bottle...

View source: R/stormEventsTable.R

stormEventsTableR Documentation

Function to generate text file with storm event sample bottle volume table(s) and extra info

Description

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

Usage

stormEventsTable(
  StormName,
  StormStart,
  StormEnd,
  tableOut,
  maxBottleVol,
  bottlePickup,
  removeComment = "",
  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

maxBottleVol

maximum bottle volume

bottlePickup

date bottles were retrieved

removeComment

vector of comments

tzCode

character a timezone specification for the data


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