savesummary: Save Summary

Description Usage Arguments Author(s) Examples

View source: R/a_few_more_funcs.R

Description

Saves output from a countsummary object as a set of .csv files, in the current working directory.

Usage

1
savesummary(countsummary, summaryname = NULL)

Arguments

countsummary

A countsummary object from towercountsummary.

summaryname

The name to use in place of NAME in the file names given above. Accepting the default (NULL) results in the name of the countsummary object being used.

Author(s)

Matt Tyers

Examples

1
2
3
4
5
data(Gulk_2015)

chin2015 <- towercountsummary(date=Gulk_2015$date, hour=Gulk_2015$hour,
     count=Gulk_2015$chin, clarity=Gulk_2015$clarity)
savesummary(chin2015,summaryname="Gulk_chin_2015")

mbtyers/towercount documentation built on Dec. 21, 2021, 3:56 p.m.