Skip to contents

Writes Alliance record counts to a .csv file with the version info of the Alliance file it came from as a footer.

Usage

save_alliance_counts(counts_tbl, file, ...)

Arguments

counts_tbl

record counts as alliance_tbl (e.g. output from count_alliance_records())

file

file to write to

...

arguments to pass on to readr::write_csv()

Value

Returns the counts_tbl with its version info footer invisibly.